-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (55 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<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>IZUMIE WEB</title>
<style>
body {
background-image: url('./Assets/background.jpg');
background-size: cover;
text-align: center;
font-family: Arial, sans-serif;
}
.button {
display: inline-block;
margin: 20px;
padding: 10px 20px;
background-image: url('button-background.jpg')cover ;
background-size: cover;
color: white;
font-size: 20px;
border: none;
cursor: pointer;
}
h1 {
text-align: center;
margin-top: 15vh;
font-size: 24px;
color: #ffffff;
}
h2 {
font-size: 24px;
color: #ffffff;
}
</style>
</head>
<body>
<div>
<h1>TELEGRAM CHANNELS</h1>
<a href="telegram.html"><img src="https://te.legra.ph/file/4421b69b644889d78211b.jpg" alt="TELEGRAM CHANNELS" style="width: 30%;"></a>
<h2>NEW PLANNING WEBSITE</h2>
<a href="Website Link"><img src="website Logo" alt="Website Name" style="width: 30%;"></a>
<h2>Whatsapp Groups</h2>
<a href="groups.html"><img src="https://te.legra.ph/file/b82a957da61db514d2c56.jpg" alt="WHATSAPP GROUPS" style="width: 30%;"></a>
<h2>Whats'app Bot!</h2>
<a href="https://chat.whatsapp.com/BMteXcNZwX0IEOd0MeSaHO"><img src="https://te.legra.ph/file/79100d20cb31d06e5ea15.jpg" alt="ELISA BOT" style="width: 30%;"></a>
<h2>CONTACT US!</h2>
<a href="about.html"><img src="https://te.legra.ph/file/51a8f4caca008fabe6313.jpg" alt="CONTACT US" style="width: 30%;"></a>
<footer>
<p>© copyright owned by izumie xenpai</p>
</footer>
</div>
</body>
</html>