-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (44 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<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="styl.css">
<script src="https://kit.fontawesome.com/a6e29e02fa.js" crossorigin="anonymous"></script>
</head>
<body style="text-align: center;">
<img style="height:190px; padding: 70px; border-radius: 170px;" src="Star\png\photo_2022-03-23_21-00-18.jpg" alt="">
<h2 class="q">TEAME EX</h2>
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<button type="button"style="width: 70%;margin: 2px; padding-top:10px; padding-bottom:10px; font-weight: 800;">
<b class="t"> <i style="color: green" class="fa-brands fa-facebook"></i> FACEBOOK PAGE</b>
<br>
<button style="width: 70%;margin: 10px; padding-top:10px; padding-bottom:10px; font-weight: 600;">
<b>FACEBOOK GROUP</b>
</button>
<br>
<button type="button" class="btn btn-outline-light"style="width: 70%;margin: 1px; padding-top:10px; padding-bottom:10px; font-weight: 600;">
<b>TELEGRAM</b>
</button>
<br>
<button onclick="location.href='https://github.com/Teamex07'" type="button" style="width: 70%; padding-top:10px;margin: 9px; padding-bottom:10px; font-weight: 600;">
<b>GITHUB</b>
</button>
<br>
<button type="button" style="width: 70%; padding-top:10px; padding-bottom:10px; font-weight: 600;margin: 1px;">
<b>OUR ALL TOLLS</b>
</button>
<br>
<button type="button" style="width: 70%;font-weight: 800;border: 0;background: transparent;color: #ebecec;">
<b>Total Visitors : 5783</b>
</button>
</button>
</body>
</html>