-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (40 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1>RAONE & RONEN BOTS</h1>
<p>PLEASE SELECT YOUR BOT AND CLICK IT</p>
<ul id="list">
<li class="list-item">
<div>
<button class="button" onclick="openPopup('http://surl.li/eumln')">ELAINA</button>
</div>
</li>
<li class="list-item">
<div>
<button class="button" onclick="openPopup('https://chat.whatsapp.com/LcgLuWMI2ZD1B5TKADyvip')">LADYBUG</button>
</div>
</li>
<li class="list-item">
<div>
<button class="button" onclick="openPopup('http://surl.li/eumln')">RIKA</button>
</div>
</li>
<li class="list-item">
<div>
<button class="button" onclick="openPopup('http://surl.li/eumln')">BLAZE</button>
</div>
</li>
<li class="list-item">
<div>
<button class="button" onclick="openPopup('http://surl.li/eumln')">SECTOR</button>
</div>
</li>
</ul>
<script src="./script.js"></script>
</body>
</html>