goly-chrome/options.html
jolheiser 1b640d2c1a
Better errors and status checking
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-07-10 22:11:07 -05:00

14 lines
280 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Goly Options</title>
</head>
<body>
<label for="base-url">Base URL:
<input type="text" name="base-url" id="base-url"/>
</label>
<button id="save" type="button">Save</button>
</body>
<script src="options.js"></script>
</html>