tinypin/chrome-extension/options.html
2021-01-23 13:22:23 -06:00

22 lines
No EOL
515 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>tinypin options</title>
</head>
<body style="font-size: 1em;">
<label for="server">server url</label>
<div>
<input type="text" id="server" style="width: 95%; font-size: 1em;"/>
</div>
<div style="margin-top: 20px;">
<button id="save">Save</button>
<span id="status" style="color: green;"></span>
</div>
<script src="options.js"></script>
</body>
</html>