-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
66 lines (55 loc) · 2.12 KB
/
template.html
File metadata and controls
66 lines (55 loc) · 2.12 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>0x4248</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
</head>
<body class="basic">
<pre class="topbar">
<span class="logo">0x4248</span> [<a href="/">home</a>] [<a href="https://n.0x4248.dev">Notebook</a>] [<a href="https://m.0x4248.dev">Man pages</a>] [<a href="/nexus">Nexus</a>] [<a href="https://github.com/0x4248">GitHub</a>]
</pre>
<div class="container">
<!-- SIDEBAR -->
<div class="sidebar">
<pre class="nav">
<h1><img src="/icons/computer_search-0.png" class="icon" style="width: 30px; height: 30px;">/ - ROOT</h1>
* <a href="/">landing</a>
* <a href="/AboutMe">about</a>
* <a href="https://n.0x4248.dev">Notebook</a>
* <a href="https://m.0x4248.dev">Man pages</a>
* <a href="/nexus">nexus</a>
* <a href="https://github.com/0x4248">git</a>
<hr>
<h2>External</h2>
* <a href="https://github.com/0x4248">GitHub</a>
* <a href="https://gist.github.com/0x4248">Gist</a>
* <a href="https://www.openstreetmap.org/user/0x4248">OpenStreetMap</a>
<h2>Accessibility</h2>
<b>JS Required</b>
* <a onclick="document.getElementById('main').style.fontFamily='Georgia,serif'">Set to serif font</a>
* <a onclick="document.getElementById('main').style.filter='contrast(200%)'">High contrast</a>
* <a onclick="document.getElementById('main').style.filter='invert(100%)'">Invert colours</a>
* <a onclick="document.getElementById('main').style.fontSize='18px'">Increase font size</a>
* <a onclick="document.getElementById('main').style.fontSize='14px'">Reset font size</a>
</pre>
</pre>
<pre>
|\ _,,,---,,_
ZZZzz /,`.-'`' -. ;-;;,_
|,4- ) )-,_. ,\ ( `'-'
'---''(_/--' `-'\_)
Sleepy little fella
</pre>
</div>
<!-- CONTENT -->
<div class="content" id="main">
{{ content}}
</div>
</body>
<script>
document.body.classList.remove("basic");
document.getElementById("compatibility-warning").style.display = "none";
</script>
</html>