-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 880 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (29 loc) · 880 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>
<body>
<noscript>
<strong
>Ahoy there, static surfer! Nameless is highly interactive. You must enable Javascript to
play.</strong
>
</noscript>
<div id="bollard" class="bollard"></div>
<!-- Webring Widget (Bottom Right) -->
<webring-widget
data-source="https://kerry.ink/widgets/webring/webring.json"
mode="compact"
theme="auto"
style="position: fixed; bottom: 2rem; right: 2rem; max-width: 320px; z-index: 1000;"
></webring-widget>
<script src="https://kerry.ink/widgets/webring/webring.wc.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>