mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-07-25 03:36:56 +00:00
22 lines
No EOL
515 B
HTML
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> |