mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
32 lines
No EOL
801 B
HTML
32 lines
No EOL
801 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>tinypin options</title>
|
|
<link rel="stylesheet" href="./bulma-custom.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="secton">
|
|
|
|
<div class="content" style="margin: 10px;">
|
|
|
|
|
|
<div class="field">
|
|
<label class="label">tinypin server url</label>
|
|
<div class="control">
|
|
<input class="input" id="server" type="text">
|
|
</div>
|
|
</div>
|
|
|
|
<button class="button is-success" id="save">Save</button>
|
|
<span id="status" style="line-height: 2.5em; color: #3273dc;"></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html> |