-
Notifications
You must be signed in to change notification settings - Fork 0
/
wait.html
38 lines (37 loc) · 1.57 KB
/
wait.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Waiting Page</title>
<link rel="stylesheet" type="text/css" href="wait.css">
<script src="wait.html"></script>
</head>
<body>
<div class="background"></div>
<div class="background">
<!-- <div class="emoji"></div> -->
<img src="assets/emojis/580b57fcd9996e24bc43c4c4.png" class ="emoji">
<img src="assets/emojis/pToAEAz7c.png" class ="bubble">
<img src="assets/emojis/shocked.png" class ="bubble1">
<img src="assets/emojis/stop-sign-emoticon-vector-40884731.png" class ="bubble2">
<img src="assets/emojis/think.png" class ="bubble3">
<img style="margin-left: 50%;" src="assets/emojis/580b57fcd9996e24bc43c4c4.png" class ="bubble2">
<img style="margin-left: 40%;" src="assets/emojis/pToAEAz7c.png" class ="bubble3">
<img style="margin-left: 60%;" src="assets/emojis/shocked.png" class ="bubble">
<img style="margin-left: 80%;" src="assets/emojis/stop-sign-emoticon-vector-40884731.png" class ="emoji">
<img style="margin-left: 15%;" src="assets/emojis/think.png" class ="bubble2">
<!-- Add more bubble divs as needed -->
</div>
<div class="content">
<h1>Are you UNDER 18?<br> Are you young enough to enter this page?!</h1>
<a href="vidwork.html">
<label>
<input type="button" name="age" value="Yes" id="yesRadio">
</label>
<label>
<input type="button" name="age" value="Yes" id="yesRadio">
</label>
</a>
</div>
</body>
</html>