You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
502 B
HTML
21 lines
502 B
HTML
<!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> |