stammtv-helper/base/options/options.html

21 lines
502 B
HTML
Raw Normal View History

2022-08-12 19:48:56 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Options for StammTV Chrome Extension</title>
</head>
<body>
<div style="display: grid;">
<label>
StammTV Base URL: <input type="url" id="stammtv-base-url" style="min-width: 20rem;">
</label>
<label>
StammTV WSS URL: <input type="url" id="stammtv-wss-url" style="min-width: 20rem;">
</label>
</div>
<div id="status" style="color: #259025"></div>
<button id="save">Save</button>
<script src="options.js"></script>
</body>
</html>