20 lines
No EOL
561 B
HTML
20 lines
No EOL
561 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head> <meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img style='max-width:15rem;' src="/icon.svg">
|
|
<h2>Dissent</h2>
|
|
</div>
|
|
<form>
|
|
<label>Choose your instance: </label><br>
|
|
<input id="instance" placeholder="Choose an instance"><button id="save">Save</button>
|
|
</form>
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html> |