first commit
This commit is contained in:
36
cmd/hhkb-web/web/index.html
Normal file
36
cmd/hhkb-web/web/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>hkkb — HHKB Keymap</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="toolbar">
|
||||
<span class="brand">hkkb</span>
|
||||
<label>Model <select id="model"></select></label>
|
||||
<div class="layers" id="layers"></div>
|
||||
<span class="spacer"></span>
|
||||
<button id="test">Key test</button>
|
||||
<button id="read">Read</button>
|
||||
<button id="write" class="primary">Write</button>
|
||||
<button id="reset">Reset…</button>
|
||||
<button id="save">Save</button>
|
||||
<button id="load">Load</button>
|
||||
<input type="file" id="file" accept=".json" hidden>
|
||||
</header>
|
||||
|
||||
<div id="banner" class="banner" hidden></div>
|
||||
<div id="hint" class="hint"></div>
|
||||
<div id="recv" class="recv" hidden></div>
|
||||
|
||||
<main>
|
||||
<section id="board" class="board"></section>
|
||||
<section id="palette" class="palette"></section>
|
||||
</main>
|
||||
|
||||
<div id="toast" class="toast" hidden></div>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user