-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (93 loc) · 3.55 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
<!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">
<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 = Poiret + One & display = swap "rel =" stylesheet ">
<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 = Neucha &family = Poiret + One & display = swap "rel =" stylesheet ">
<style>
body {
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
background-image: url(img/wallpaper.jfif);
}
.wrapper {
background-image: url(img/for_content.jfif);
padding-bottom: 160px;
}
.header {
background-image:linear-gradient(45deg, lime, royalblue);
margin: 20px;
padding: 2px;
border-bottom: 2px solid black ;
}
.header > a > img {
width: 50px;
height: 50px;
float: right;
margin-right: 12px;
padding-left: 5px;
}
.header > .menu > img {
width: 42px;
height: 42px;
float: right;
margin-right: 12px;
padding-left: 5px;
}
.header > p {
margin-left: 15px;
color: white;
font-family: 'Poiret One', cursive;
}
.main_content {
text-align: justify;
margin: 10px;
padding: 3px;
font-size: 20px;
font-family: 'Neucha', cursive;
}
.footer {
position: fixed;
bottom: 0px;
width: 100%;
color: #fff;
background-color: rgb(46, 46, 46);
left: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
</style>
<title>8D.Z</title>
</head>
<body>
<div class="wrapper">
<div class="content" id="up">
<div class="header">
<a class="menu" href="menu/menu.html"><img src="img/menu.png" alt="menu"></a>
<a href="#"><img src="img/discord.png" alt="discord"></a>
<a href="https://meet.google.com/eas-mnmd-xem"><img src="img/zoom.png" alt="zoom"></a>
<p>8D.Z</p>
</div>
<div class="main_content">
<p>ПРІВ!</p>
<p>на цьому сайті буде все Д/З. Всі запитання до мене у вайбер або на почту:</p>
<p>почта: [email protected]</p>
<p>-----------------------------------------------------------</p>
<p>пароль от зума: 1RjJvE</p>
</div>
<div class="footer">
<p>2021-2022 copyright | all rights reserved</p>
<p><div>Icons made by <a href="https://www.flaticon.com/authors/berkahicon" title="berkahicon">berkahicon</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div></p>
</div>
</div>
</div>
</body>
</html>