-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-in.html
44 lines (36 loc) · 1.71 KB
/
index-in.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
41
42
43
44
<html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,
initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet"
href="style.css"> <link rel="shortcut icon" type="image/x-icon" href="favicon.png"> <link
href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap"
rel="stylesheet">
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<title>Aleph Omega</title>
</head>
<body>
<nav class="menu">
<div class="nav-left">
<ul>
<li><a href="/"><img class="logo" src="favicon.png" alt="">Matteo Cavallaro</a></li>
</ul>
</div>
<div class="nav-right">
<ul>
<!-- <li><a href="mailto:wolfgangschannel@mailbox.org">contact</a></li>-->
<!-- <li><a href="https://patreon.com/WolfgangsChannel">support</a></li>-->
<li><a href="https://github.com/teoc98">github</a></li>
<!-- <li><a href="https://twitter.com/notthebeeee">twitter</a></li>-->
<!-- <li><a href="https://youtube.com/c/WolfgangsChannel">videos</a></li>-->
</ul>
</div>
</nav>
<article>
<h1>404</h1>
<h1 id="Not_Found">Not Found <a class="sl" href="#Not_Found"></a></h1>
<p>The requested URL was not found on this server.</p>
</article>
<footer>
<p>Licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a><br>
Created with a <a href="https://notthebe.ee/src/ssg5">slightly modified</a> version of <a href="https://www.romanzolotarev.com/ssg.html">ssg</a> by Roman Zolotarev and by Wolfgang</p>
</footer>
</body></html>