-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
64 lines (48 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Kamolgks.about</title>
<meta property="og:title" content="Developer => https://t.me/kamolgks">
<meta property="og:locale" content="en_EU">
<meta property="og:description" content="bio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#191919">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Hubballi&display=swap">
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
<link rel="stylesheet" href="./assets/css/style.css">
<script src="./assets/js/jquery-3.7.1.js"></script>
<script src="./assets/js/text.js"></script>
</head>
<body class="center" style="background-image: url('./assets/images/background.jpg');">
<header class="center info">
<div class="center c">
<div class="avatar-container">
<img src="./assets/images/ava.png" oncontextmenu="return false;" class="avatar">
</div>
<h2>Kamoliddin Tukhtaboev</h2>
<hr width="295">
<a href="javascript://" class="link" onclick="location.href='./info.html'">About me (click)</a>
<h2>Links for u</h2>
</div>
<div class="buttons">
<a href="javascript://" class="link" onclick="location.href='https://t.me/kamolgks'">Telegram</a>
<a href="javascript://" class="link" onclick="location.href='https://www.instagram.com/kamolgks'">Instagram</a>
</div>
<div class="buttons">
<a href="javascript://" class="link" onclick="location.href='https://github.com/kamolgks'">Github</a>
</div>
<div class="buttons">
<a href="javascript://" class="link" onclick="location.href='https://t.me/kamolgks_bio/59'">Donate</a>
</div>
<div class="center c">
<h2>Hikka</h2>
</div>
<div class="buttons">
<a href="javascript://" class="link" onclick="location.href='https://t.me/shitmodules'">Shitmodules</a>
<a href="javascript://" class="link" onclick="location.href='./mods.html'">Mods Web</a>
</div>
</header>
</body>
</html>