-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (32 loc) · 1.24 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
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="themes/dark.css" id="theme-stylesheet">
<link rel="shortcut icon" href="https://www.dictionary.com/e/wp-content/uploads/2018/09/smirking-face.png " type="image/x-icon">
<title>RandomRizz</title>
</head>
<body>
<center>
<h1 style="margin-bottom: -10px;">RandomRizz</h1>
<p>Your free rizzler companion.</p>
<button class="switcher" onclick="changeTheme('themes/light.css')">Light Mode</button> <button class="switcher" onclick="changeTheme('themes/dark.css')">Dark Mode</button>
<p style="color: transparent; font-size: 5px;">hello!</p>
<hr>
<br>
</center>
<center>
<h1 id="randomrizz">Rizz will appear here!</h1>
</center>
<br><br>
<center>
<button onclick="randomRizzler()" style="margin-top: -30px; scale: 115%;" class="button-big">Random Rizz</button>
</center>
<center>
<a href="https://github.com/SyntaxError52/rizz" class="switcher" target="_blank">Github</a>
</center>
<br>
<script src="main.js"></script>
</body>
</html>