-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (30 loc) · 1.33 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Сайт с основными медиаресурсами сообщества RotN">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RotN</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="img"></div>
<div id="img1"></div>
<style>
body {
background-color: #000000;
}
</style>
<div>
<ul class="social-icons">
<li><a class="social-icon-vk" href="https://vk.com/rotnprotour" title="RotN в ВКонтакте" target="_blank" rel="noopener"></a></li>
<li><a class="social-icon-telegram" href="https://t.me/rotn_ru" title="RotN в Telegram" target="_blank" rel="noopener"></a></li>
<li><a class="social-icon-discord" href="https://discord.gg/rFKMAz7ZBQ" title="Сообщество RotN" target="_blank" rel="noopener"></a></li>
<li><a class="social-icon-youtube" href="https://www.youtube.com/channel/UCXhF0mHiCq5_4MOhbXErBzQ" title="RotN на Youtube" target="_blank" rel="noopener"></a></li>
</ul>
</div>
</body>
<script src="app.js"></script>
</html>