-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (50 loc) · 1.9 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<title>
ROULETTE ALIAS
</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tagify/4.16.4/tagify.min.css"
integrity="sha512-Ft73YZFLhxI8baaoTdSPN8jKRPhYu441A8pqlqf/CvGkUOaLCLm59ZWMdls8lMBPjs1OZ31Vt3cmZsdBa3EnMw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="topleft">
<p>Graspers Realm</p>
</div>
<div id="rouletteView">
<div>
<span class="roulette">
ROULETTE ALIAS
</span class="roulette">
</div>
<div class="inpt">
<input class="form" type="text" name="names" id="names">
</div>
<div class="btn">
<button id="spinMe">ROULETTE</button>
<button id="autoFill">EXAMPLE</button>
</div>
</div>
<div id="resultView" class="modal">
<div class="modal-content">
<span class="close" id="close">×</span>
<p id="modalBody">Some text in the Modal..</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.1.min.js"
integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tagify/4.16.4/jQuery.tagify.min.js"
integrity="sha512-7FXJGI148AtG0unHsnoEtTgcm5rbM9lfm1n22rzKK6VtZD7CrNJp5sURjap0feGt1Z4ROXTtNkIL3a/ItqASOQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
<div class="bottomleft">
<p><a href="mailto:[email protected]">Mail Us</a></p>
</div>
</body>
</html>