21 lines
284 B
HTML
21 lines
284 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form>
|
|
<label>Invidious instance url<input type="text" id="url" ></label>
|
|
<button type="submit">Save</button>
|
|
</form>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|