forked from Koyot-Digital/Wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (150 loc) · 7.76 KB
/
Copy pathindex.html
File metadata and controls
175 lines (150 loc) · 7.76 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!-- 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 - Home" />
<meta name="description" content="Oakridge Nuclear Power Station - Home" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wiki.koyot.digital/index.html" />
<meta property="og:title" content="ONPS - Home" />
<meta property="og:description" content="Oakridge Nuclear Power Station - Home" />
<meta property="og:image" content="/images/banners/banner1.webp" />
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wiki.koyot.digital/index.html" />
<meta property="twitter:title" content="ONPS - Home" />
<meta property="twitter:description" content="Oakridge Nuclear Power Station - Home" />
<meta property="twitter:image" content="/images/banners/banner1.webp" />
<script src="https://kit.fontawesome.com/a7bdae1ce6.js" crossorigin="anonymous"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Oakridge Nuclear Power Station</title>
<link rel="stylesheet" href="css/style.css" />
<script src="js/script.js" defer></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>
<header id="header" style="
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px;
">
<div style="display: flex; gap: 12px; align-items: center;">
<img src="images/home.svg" style="width: 24px; height: 24px; cursor: pointer;" onclick="relocate('index.html');"
alt="Home Page Button" tabindex=0 />
<img src="images/settings.svg" style="width: 24px; height: 24px; cursor: pointer;"
onclick="relocate('settings.html');" alt="Settings Page Button, change font and formating here" tabindex=0 />
</div>
<h2 style="margin: 0;">Oakridge Nuclear Power Station Wiki</h2>
</header>
<script>
function relocate(url) {
window.location.href = url;
}
</script>
<body>
<header class="hero">
<div class="hero-overlay"></div>
<img id="hero-img" src="images/banner1.webp" alt="Oakridge Banner" />
<div class="hero-content">
<h1>Oakridge Nuclear Power Plant</h1>
<p>Manage one of the most complex nuclear facilities ever built. Your first shift starts <a
href="https://www.roblox.com/games/15684145480/Oakridge-Nuclear-Power-Station-V0-2-4-BETA"><strong>NOW</strong></a>
</p>
</div>
</header>
<main class="container">
<h2>News & Announcements</h2>
<div id="NavGrid-placeholder"></div>
<!-- News from announcements if there is no news for at least 1 week then add: "<>There is no news at the moment check back soon!" -->
<section class="news-section">
<h2>[Version 0.26.9 BETA]</h2>
<h3>✏️ Additions/Changes:</h3>
<ul>
<li>Re-Added the Explosion 💥</li>
<li>Re-Enabled speed runner badge</li>
</ul>
</section>
<br>
<p style="text-align: center; color: #999"> Announcement Made: <span class="date">21/03/2026</span>, 22:24 (UTC)</p>
<p style="text-align: center; color: #999">Please Hold as the wiki gets updated for the update.</p>
<br>
<br>
<section id="game-description">
<h2>Welcome to the Team</h2>
<p>Welcome to the team, your first shift starts tomorrow morning! We're short-staffed, but I'm sure you and your
big brain can figure it out!</p>
<p>Be responsible for overseeing a multi-billion-dollar operation, one of the planet's most potent and delicate
energy systems. Every decision matters, from regulating the reactor's behavior, running turbines, managing
cooling systems, maintaining pumps and valves, to responding to emergencies, all while maintaining strict safety
protocols.</p>
<p>At Koyot Digital, we simulate a hypothetical Western RBMK-1500 reactor. The game strikes a balance between
realism and accessibility. Meet demand, and enjoy your nuclear operator journey!</p>
<p><em>We hope to see you in the game very soon!</em></p>
</section>
<br>
<section>
<h2>About Oakridge</h2>
<p>Oakridge Nuclear Power Station (ONPS) is a Roblox game developed by Koyot Digital.
The game places you inside a power plant operating an RBMK-1500, Your goal: keep the facility stable,
productive, and safe within a semi-realistic framework.
You can play as an operator responsible for monitoring and managing all critical systems: the reactor core,
turbines, cooling systems, backup systems, and more.
Or play as a security officer and handle unauthorized personnel and detain operators causing mishaps.
Every action matters, and a single mistake can trigger a chain reaction of problems.
Oakridge aims to balance technical realism with accessibility, delivering an immersive experience that remains
understandable for all skill levels.</p>
</section>
<br>
</main>
<footer>
<div class="footer-content">
<div class="footer-links">
<a href="https://discord.gg/RT3Y6egQhR" class="footer-link discord-link">
<i class="fa-brands fa-discord"></i>
Koyot Digital Discord
</a>
<a href="https://www.roblox.com/games/15684145480/Oakridge-Nuclear-Power-Station-V0-2-4-BETA" target="_blank"
rel="noopener" class="footer-link roblox-link">
<i class="fab fa-roblox"></i>
Play on Roblox
</a>
<a href="https://status.koyot.digital" class="footer-link status-link">
<i class="fas fa-server"></i>
Service Status
</a>
</div>
<div class="copyright-section">
<p>© 2025 Koyot Digital. All rights reserved.</p>
<p>Wiki content is licensed under CC BY-SA 4.0</p>
</div>
</div>
</footer>
</body>
</html>