-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (38 loc) · 1.33 KB
/
index.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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<!-- Not ideal code at all. Only for fun. -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fun</title>
<link rel="stylesheet" href="assets/main.css" />
</head>
<body>
<header>
<h1>Feeds: <span id="feeds">-</span></h1>
<noscript>
<p>
<span>JavaScript is needed for interactions,</span>
<span>or you may save the svg below and manipulate it with other handful tools.</span>
</p>
</noscript>
</header>
<main>
<iframe src="nait-fun.svg"></iframe>
<aside>
<p>Toggle</p>
<p id="buttons"></p>
<p>State</p>
<pre id="state"></pre>
<footer>
<p>All code have their associated rights waived with <a href="/LICENSE">CC0</a>. Artwork licensed under <a href="/LICENSE.art">CC-BY-4.0</a>.</p>
<p>“NaitLee” <a href="https://en.wiktionary.org/wiki/original_character"><abbr title="Original Character">OC</abbr></a> Copyright © NaitLee 2018-2024, all rights reserved.</p>
</footer>
</aside>
</main>
<div id="overlay">
<span id="food" class="disappeared"></span>
</div>
<script src="assets/main.js"></script>
</body>
</html>