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.

20 lines
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>