-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
61 lines (48 loc) · 2 KB
/
404.html
File metadata and controls
61 lines (48 loc) · 2 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
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en" dir="ltr">
<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">
<title>Welcome to ADAM</title>
<link rel="stylesheet" href="https://fonts.borgcreative.com/fonts.css">
<link rel="shortcut icon" href="./adamicon_BY.png" type="image/x-icon">
<link rel="stylesheet" href="./adam.css">
<link rel="stylesheet" href="./bootstrap-5.3.1/dist/css/bootstrap.css">
<script src="./bootstrap-5.3.1/dist/js/bootstrap.js"></script>
<script src="./headermenu.js"></script>
<script src="./ADAM_MM.js"></script>
<script src="./ADAM.js"></script>
<script src="./adam_styles.js"></script>
</head>
<body onload="headermenu_new(), footermenu_new()">
<header>
<div id="topmenu_new">
<noscript>
<h3>Uh Oh!</h3>
<p>JavaScript is required in order to use ADAM.</p>
<p>ADAM is a web app built upon JavaScript and thus it is required.</p>
</noscript>
</div>
</header>
<!--Begin primary doc-->
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="undraw_firmware_re_fgdy.svg" class="d-block mx-lg-auto img-fluid" alt="" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">404: The hivemind can't even find this page!</h1>
<p style="color:#1a1a1a" class="lead">Seems that this page is missing, being buit, or mythilogical.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href='./index.html' type="button" class="btn btn-dark btn-lg px-4 me-md-2">Take me home!</a>
</div>
</div>
</div>
</div>
</body>
<footer>
<script src="./footermenu.js"></script>
<div id="footermenu"></div>
</footer>
</html>