-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChoiceit.html
82 lines (65 loc) · 1.72 KB
/
Choiceit.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EttiPub: Selection HomePage </title>
</head>
<style>
.body{
margin: 0;
padding: 0;
}
.headline h2{
background-color: rgba(0, 0, 0, 0.8);
padding: 5px;
border-radius: 10px;
color: white;
font-family: sans-serif;
}
.btsize button{
font-size: 20px;
font-family: sans-serif;
color: white;
}
</style>
<body background="congo.png">
<link rel="stylesheet" type="text/css" href="in.css">
<div class="headline">
<h2 align="center"><i> Congratulations, Your Submition has been done successfully!</h2></i>
</div>
<a href="lazyetti.html">
<div class="btsize">
<p align="center">
<button value="button">`'`' Enter Home Page <<~</button>
<br><br>
</a>
<a href="index.html"><button value="button">`'`'` Go Back to the First Page <<~ </button>
<br><br>
</a>
<a href="signup.html">
<button value="button"> `'`'`'' Edit Info Again <<~</button>
</a>
</p>
</div>
</a>
<div class="headline">
<h2 align="center"> Join & Connect with Our Social PlatForms</h2></div>
<center>
<font size="4px" style="background-color: rgba(0, 0, 0, 0.7); color: white;padding: 5px; border-radius: 10px;"><i> `' If you want to have your slot here that means If you want to post your item here, please contact down below :-</i></font>
<br>
<br>
<a href="https://www.messenger.com/t/4598973026866484">
<button> Click to Join Messenger </button>
<br>
<br>
<a href="https://discord.gg/cqfa26yw">
<button> Click here to join Discord </button>
</a>
</center>
<div>
<audio src="wannaride.mp3" autoplay loop>
</audio>
</div>
</body>
</html>