-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.html
More file actions
34 lines (29 loc) · 940 Bytes
/
layout.html
File metadata and controls
34 lines (29 loc) · 940 Bytes
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
33
34
<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 requires javascript.</noscript>
<canvas id="shader" style="display: none"></canvas>
<div id="message-bar" class="hide">
<div></div>
</div>
<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 | <span class="icon space"></span> or ↵: select |
<span class="icon delete"></span>: go back</span>
<div id="selector" class="hidden"></div>
<div id="cmd-line" class="hidden">
<span class="input"></span>
<span class="cursor">_</span>
<span class="autocomplete"></span>
</div>
<script src="/js/main.js" type="module"></script>
</body>
</html>