-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path404.html
29 lines (28 loc) · 1.1 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="./resources/js/depictionredirect.js"></script>
<script type="module" src="./resources/js/theming.js"></script>
<link rel="stylesheet" type="text/css" href="./resources/css/style.css">
<link rel="stylesheet" type="text/css" href="./resources/css/animations.css">
<meta charset="UTF-8">
<title>Uh Oh!</title>
<link rel="icon" type="image/x-icon" href="./resources/favicon.ico">
<meta name="description" content="LacertosusDeus Personal Repository">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta name="theme-color" content="#0B0B0B">
</head>
<body class="fadeInAnimation">
<label class="group">404</label>
<fieldset>
<p>This doesn't look familiar...</p>
<a href="https://lacertosusrepo.github.io" rel="noopener noreferrer">
<div class="cell">
<img class="icon" src="./resources/icons/url.png" alt="">
<img class="arrow" alt="">
<label>Homepage</label>
</div>
</a>
</fieldset>
</body>