-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
47 lines (44 loc) · 2.51 KB
/
404.html
File metadata and controls
47 lines (44 loc) · 2.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name=description content="Castor - a Linux Sysadmin and DevOps Engineer who is fascinated with servers and *nix systems. I'm a passionate advocate for Linux and open-source software, with a strong belief in the power of community-driven tech. Outside of that, I occasionally dive into front-end design and development as a creative outlet.">
<meta property=og:title content="Castor">
<meta property=og:url content="https://whoisyoges.eu.org">
<meta property=og:url content="https://whoisyoges.eu.org">
<meta property=og:image content="https://castorisdead.xyz/assets/images/avatar/avatar.jpg">
<meta property=og:type content="website">
<meta property=og:site_name content="Castor">
<meta property=og:locale content=en_US>
<meta property=og:description content="Castor - a Linux Sysadmin and DevOps Engineer who is fascinated with servers and *nix systems. I'm a passionate advocate for Linux and open-source software, with a strong belief in the power of community-driven tech. Outside of that, I occasionally dive into front-end design and development as a creative outlet.">
<link rel="shortcut icon" href="https://castorisdead.xyz/assets/images/avatar/avatar.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="https://castorisdead.xyz/assets/images/avatar/avatar.png">
<meta name=msapplication-TileColor content="#58c728">
<meta name=theme-color content="#58c728">
<link href="/styles/all.css" rel="stylesheet">
<link rel="stylesheet" href="/styles/main.css">
<title>Error 404 | Castor</title>
</head>
<body>
<div class="container" id="container">
<div class="menu">
<div class="buttons-flex">
<div class="button red" title="close" onclick="closeapp()"></div>
<div class="button yellow" onclick="maximizeapp()" title="maximize"></div>
<div class="button green" title="Minimize" onclick="minimizeAndRestoreApp()"></div>
</div>
<div class="title">
<p><a href="https://castorisdead.xyz" target="_blank">Castor</a></p>
</div>
</div>
<div id="app">
</div>
</div>
<div id="minimizeandrestore">
<h5 title="Restore" onclick="minimizeAndRestoreApp()">Restore</h5>
</div>
<script src="/scripts/404.js"></script>
</body>
</html>