-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (29 loc) · 1.05 KB
/
index.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
30
<!DOCTYPE html>
<!-- 95Windows - Index
A web-based Windows 95 product key generator.
GitHub Repo: https://github.com/MaxWasTakenYT/95Windows/
-->
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<title>95Windows</title>
</head>
<body class="body">
<div id="cookieBanner" class="cookie-banner">
<p>We use cookies to save preferences, acceptation is 100% optional!
<button onclick="acceptCookies()">Accept</button></p>
</div>
<center>
<span class="badge"> Current version: 2B</span>
<button id="darkMode" class="dtgl" onclick="darkMode()">Dark Mode</button>
<h1 class="title1">95Windows</h1>
<h1 class="sTitle1">A web-based Windows 95 product key generator!*</h1>
<h1 class="sTitle2">*Can bug, make sure to report any bugs on GitHub</h1>
<button id="generateBtn" class="button">Generate</button>
<p id="productKey" class="generatedA"></p>
<p id="secondProductKey" class="generatedBC"></p>
</center>
<script src="script.js"></script>
</body>
</html>