aboutsummaryrefslogtreecommitdiff
path: root/404.html
blob: da7ecbe90f3d33755f4f15e3e97e68fd3d53cd73 (plain)
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
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Metadata -->
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="ArKa - Error">

    <!-- Style -->
	<link rel="stylesheet" href="assets/style/colorscheme.css">
	<link rel="stylesheet" href="assets/style/style.css">
	<link rel="shortcut icon" href="assets/favicon/favicon.ico" type="image/x-icon">
    
	<title>ArKa</title>
</head>

<body>
    <!-- Header -->
    <header>
        <!-- Main box top border -->
        <div class="top"></div>

        <!-- ASCII ART -->
        <pre>
 ▄▄▄       ██▀███   ██ ▄█▀ ▄▄▄      
▒████▄    ▓██ ▒ ██▒ ██▄█▒ ▒████▄    
▒██  ▀█▄  ▓██ ░▄█ ▒▓███▄░ ▒██  ▀█▄  
░██▄▄▄▄██ ▒██▀▀█▄  ▓██ █▄ ░██▄▄▄▄██ 
 ▓█   ▓██▒░██▓ ▒██▒▒██▒ █▄ ▓█   ▓██▒
 ▒▒   ▓▒█░░ ▒▓ ░▒▓░▒ ▒▒ ▓▒ ▒▒   ▓▒█░
  ▒   ▒▒ ░  ░▒ ░ ▒░░ ░▒ ▒░  ▒   ▒▒ ░
  ░   ▒     ░░   ░ ░ ░░ ░   ░   ▒   
      ░  ░   ░     ░  ░         ░  ░
        </pre>

        <!-- Navbar -->
        <nav>
            <ul>
                <li><a href="https://blog.arka.rocks">Blog</a></li>
				<li><a href="https://git.arka.rocks">Git</a></li>
				<li><a href="https://bin.arka.rocks">Encryped Bin</a></li>
                <li><a href="#contact">Contact</a></li>
            </ul>
        </nav>
    </header>

    <!-- Main content -->
    <main>
        <div id="content">
			<h1 class="error">╓───── Error ─────╖</h1>
			<div id="error">
				<p>Are you lost in the Matrix ? Follow the red link</p>
				<a href="https://arka.rocks">Main page</a>
        	</div>
        </div>
    </main>
    <hr>

    <!-- Footer -->
    <footer>
		<p>Contact me for any questions, in general I answer quite fast.</p>
		<p><i>My PGP/GPG public key is available bellow, fingerprint: B377 7BB4 78C7 862B E696  576B 0E8F 319F D437 47E5<i></p>
		<!-- Contact -->
		<div id="contact">
            <ul>
                <li><a rel="me" href="https://social.linux.pizza/@Oxbian">Mastodon</a></li>
                <li><a href="mailto:oxbian@mailbox.org">Mail</a></li>
				<li><a href="ArKa-Web/B3777BB478C7862BE696576B0E8F319FD43747E5.asc">PGP</a></li>
            </ul>
        </div>
    </footer>
</body>
</html>
ArKa projects. All rights to me, and your next child right arm.