-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 1.51 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
<!DOCTYPE html>
<html lang="ru">
<head>
<title>mts2200</title>
<meta charset="UTF-8">
<meta name="description" content="Java Kotlin Backend Developer">
<meta name="author" content="mts2200">
<meta name="keywords" content="mts2200">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" content="180">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" sizes="512x512" href="assets/media/icon.png">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
</style>
</head>
<body>
<div class="stars-container">
<div id="stars"></div>
<div id="stars-medium"></div>
<div id="stars-big"></div>
<script src="assets/js/stars.js"></script>
</div>
<div class="username">
<p>mts2200</p>
<img src="assets/media/Kotlin Full Color Logo Mark RGB.svg" alt="Kotlin">
</div>
<div class="links">
<ul id="horizontal-list">
<li>
<p><a href="https://vk.com/mts2200">VK</a></p>
</li>
<li>
<p><a href="https://discord.com/users/282422124394708992">Discord</a></p>
</li>
<li>
<p><a href="https://github.com/mts2200">GitHub</a></p>
</li>
<li>
<p><a href="https://t.me/mts2200">Telegram</a></p>
</li>
<li>
<p><a href="https://steamcommunity.com/id/mts_gaming/">Steam</a></p>
</li>
<li>
<p><a href="https://www.twitch.tv/mts2200">Twitch</a></p>
</li>
</ul>
</div>
</body>
</html>