-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrizzulator.html
43 lines (37 loc) · 1019 Bytes
/
rizzulator.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
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="rizzulator.css">
<title>
rizzulator
</title>
</head>
<body>
<h1 class="input">
Welcome to the RIZZULATOR
</h1>
<p class="input">
this is the unoficial rizz calculator </br>
simply input some info and your level of rizz pops up</br>
</p>
<form>
</form>
<button id="startCalc" class="Start" >
click here to get your rizz level
</button>
<p id="output" class="output">
this is where your rating will come out
</p>
<a href="https://discord.gg/EB39ymX8Xr">
___________________
</a>
<p>
^ </br>
| </br>
| </br>
| </br>
Please join our discord </br>
</p>
</body>
<script src="rizzulator.js" > </script>
</html>