-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
49 lines (44 loc) · 1.73 KB
/
404.html
File metadata and controls
49 lines (44 loc) · 1.73 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
<html>
<head>
<link rel="stylesheet" href="http://kosmoi.github.io/css/layout.css">
</head>
<body>
<header>
<div class="topnav">
<a href="index.html" id="currentCat">kosmoi.github.io</a>
<a href="lenic/">Lenic</a>
</div>
</header>
<!-------------------------------------------------->
<div class="main">
<h1>Error 404: Page not found!</h1>
The requested URL was not founded.<br><br><br>
You can go back to the <a href="index.html">start page</a>.
</div>
<!-------------------------------------------------->
<div class="bottomQuarter"><br>
WHY THIS WEBSITE CAN EXIST<br><br>
<a href="http://github.com" target="_blank">Github</a><br>
<a href="http://vscodium.com/" target="_blank">VSCodium</a><br>
<a href="http://debian.org" target="_blank">Debian</a><br>
<a href="http://w3schools.com" target="_blank">w3schools.com</a><br>
<a href="#">other</a><br><br>
</div>
<div class="bottomQuarter"><br>
OPEN-SOURCE-PROJECTS<br><br>
<a href="http://debian.org" target="_blank">Debian.org</a><br>
<a href="http://archlinux.org" target="_blank">archlinux.org</a><br>
<a href="http://kernel.org" target="_blank">Kernel.org</a><br>
<a href="http://libreoffice.org" target="_blank">libreoffice.org</a><br><br><br>
</div>
<div class="bottomQuarter"><br>
<br><br><br></a><br><br><br><br><br>
</div>
<div class="bottomQuarter"><br>
ABOUT<br><br>
<a href="about.html">...this website</a><br>
<a href="privacy.html">...privaty and liability</a><br>
<br><br><br><br>
</div>
</body>
</html>