-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (125 loc) · 2.82 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html>
<head>
<title>XtendShop : Your ShopPage</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<style type="text/css">
.font{
background-color: rgba(0, 0, 0, 0.3);
color: white;
}
.box font{
background-color: rgba(250, 0, 0, 0.3);
color: white;
text-align: center;
size: 20px;
}
.box mark{
color: red;
border-radius: 5px;
size: 10px;
font-size: 15px;
}
.box label{
color: white;
font-size: 50px;
}
.navbar{
background-image:url(navbar.png);
overflow: hidden;
border-radius: 10px;
text-align: right;
padding: 3px;
}
.topnav a {
float: left;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 20px;
}
.topnav a.active {
background-color: #04AA6D;
color: white;
}
.buts a{
background: rgba(0, 0, 0, 0.5);
padding: 20px;
border-radius: 5px;
color: black;
font-size: 12px;
animation: animate 1.5s linear infinite; opacity: 80%;
border: none;
outline: none;
}
.photoposition{
text-align: center;
margin-top: 30px;
}
.button button{
font: white;
font-family: 'Neonderthaw', cursive;
border-radius: 15px;
padding: 20px;
width: 100px;
}
@keyframes animate{
0%{
color: lightblue;
}
25%{
color: blue;
}
50%{
color: lightpink;
}
75%{
color: lightcyan;
}
100%{
color: aqua;
}
</style>
<link rel="stylesheet" type="text/css" href="in.css">
<body background="index.png" style="background-repeat: 1;">
<br>
<div class="navbar">
<ul class="buts">
<a href="index.html">Home</a>
<a href="help.html">How It Works?</a>
<a href="media.html">Contact</a>
<a href="signin.html">Sign Up/Login</a>
</ul>
</div>
<a href="index.html">
<div class="photoposition">
<img src="xtendshop.png" style="height: 100px; width: 130px; opacity: 70%;"></div></a>
<h3><p align="center"><u><font color="aqua" style="border-bottom: 2px solid white;"><u>Online Shopping on most Trusted Platform..!</h1></font></u>
<div class="box">
<center><label style="border-bottom: 4px solid aqua;">Welcome To The XtenD Shop</label></center>
<br><br>
<center>
<font size="20px">xtendshop.cf</font>
<br><br>
<div style="color: white; font-size: 20px;">
Now the question is, what is XtendShop? XtendShop is a Webpage for all of you guyz about Games & Social Medias. You can post your sellposts here by applying to the Moderators and even contact Moderators to buy anything from here! 100% Trusted with Half-Payment method!!!
</div>
</center>
</div>
<br><br>
<center>
<a href="signin.html">
<div class="button">
<button>Enter XtendShop</button>
</div>
</a>
</center>
</div>
<div>
<audio src="thingshesaid.mp3" loop autoplay>
</audio>
</body>
</html>