forked from Koyot-Digital/Wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
103 lines (83 loc) · 4.24 KB
/
Copy path404.html
File metadata and controls
103 lines (83 loc) · 4.24 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!-- INDEX.HTML -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<script type="text/javascript" src="https://www.termsfeed.com/public/cookie-consent/4.2.0/cookie-consent.js"
charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({ "notice_banner_type": "simple", "consent_type": "express", "palette": "dark", "language": "en", "page_load_consent_levels": ["strictly-necessary"], "notice_banner_reject_button_hide": false, "preferences_center_close_button_hide": false, "page_refresh_confirmation_buttons": false, "website_name": "ONPS Wiki" });
});
</script>
<!-- Google Analitics -->
<script type="text/plain" data-cookie-consent="tracking" async
src="https://www.googletagmanager.com/gtag/js?id=G-8C0MST73WK"></script>
<script type="text/plain" data-cookie-consent="tracking">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8C0MST73WK');
</script>
<!-- end of Google Analitics-->
<noscript>Free cookie consent management tool by <a href="https://www.termsfeed.com/">TermsFeed</a></noscript>
<!-- End Cookie Consent by TermsFeed https://www.TermsFeed.com -->
<!-- Below is the link that users can use to open Preferences Center to change their preferences. Do not modify the ID parameter. Place it where appropriate, style it as needed. -->
<!-- Primary Meta Tags -->
<meta name="title" content="ONPS - 404" />
<meta name="description" content="Oakridge Nuclear Power Station - 404" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wiki.koyot.digital/404.html" />
<meta property="og:title" content="ONPS - 404" />
<meta property="og:description" content="Oakridge Nuclear Power Station - 404" />
<meta property="og:image" content="/images/emergency.webp" />
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wiki.koyot.digital/404.html" />
<meta property="twitter:title" content="ONPS - 404" />
<meta property="twitter:description" content="Oakridge Nuclear Power Station - 404" />
<meta property="twitter:image" content="/images/emergency.webp" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Page Not Found - Oakridge Nuclear Power Station</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/404.css" />
<script src="js/script.js" defer></script>
<script src="https://kit.fontawesome.com/a7bdae1ce6.js" crossorigin="anonymous"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/images/Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/Favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<!-- BANNER -->
<header class="hero">
<div class="hero-overlay"></div>
<img src="images/emergency.webp" alt="Oakridge Banner" />
<div class="error-content">
<h1>404 - Page Not Found</h1>
<p>Looks like this page wandered into the reactor core and got lost!</p>
</div>
</header>
<!-- END OF BANNER -->
<!-- HELPFUL BOX -->
<main class="container">
<section class="helpful-box">
<h2>Don't Panic — we've got this under control</h2>
<p>The page you're looking for might have been moved, deleted, or you may have mistyped the URL. Here are
some helpful options to get you back:</p>
<div id="NavGrid-placeholder"></div>
<div class="helpful-links">
<a href="index.html">🏠 Home</a>
</div>
</section>
</main>
<!-- END OF HELPFUL BOX -->
<!-- FOOTER -->
<footer>
<p>© 2025 Koyot Digital</p>
</footer>
<!-- END OF FOOTER -->
</body>
</html>