<!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>