-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1001 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<div class="logo">
<img src="images/podpis-s.png" alt="logo" class="logo">
<div class="content">
<p class="ttt">....</p>
<p class="text">а что тут долэно быть?</p>
<p class="text">тут короче чтото напишу позже пока</p>
<p class="text">я хз что тут писать просто</p>
</div>
<div class="social">
<a href="https://t.me/" target="_blank">Telegram</a>
<a href="https://vk.com/" target="_blank">VK</a>
<a href="https://twitter.com/" target="_blank">X</a>
</div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>