-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.html
32 lines (29 loc) · 1.04 KB
/
layout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title sr-prop="title" />
<link href="/css/page.css" rel="stylesheet" />
</head>
<body>
<noscript>this page require javascript.</noscript>
<canvas id="shader" style="display: none"></canvas>
<h1 id="path-back" sr-prop="back"></h1>
<div id="center">
<h1 id="title" sr-prop="title" />
<div id="links" sr-prop="links" />
</div>
<span id="help"
>↑ ↓: move |
<img src="/assets/space.svg" width="26" height="26" /> or ↵: select
| <img src="/assets/delete.svg" width="26" height="26" />: go
back</span
>
<div id="selector" class="hidden"></div>
<div id="theme-picker" class="hidden">
<span class="input"></span>
<span class="cursor">_</span>
</div>
<script src="/js/page.js" type="module"></script>
</body>
</html>