-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (88 loc) · 4.41 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
<html>
<head>
<meta charset="utf-8">
<title>xllwhoami</title>
<meta property="og:title" content="xllwhoami">
<meta property="og:locale" content="en_EU">
<meta property="og:description" content="xllwhoami's main page">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/favico/eblan.png" type="image/png">
<script src="https://sindresorhus.com/devtools-detect/index.js"></script>
<link rel="stylesheet" href="assets/fonts/gsans/style.css">
<link rel="stylesheet" href="assets/vars.css">
<link rel="stylesheet" href="assets/css/index/style.css">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<meta name="theme-color" content="#C21CC7">
</head>
<body class="center">
<script>
var test = false;
if (!test) {
function isMobile() {
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
}
if (isMobile()) {
window.location.replace("m")
}
}
function is_shit() {
if (/MSIE/i.test(navigator.userAgent)) return true
if (/firefox/i.test(navigator.userAgent)) return true
if (/Trident/i.test(navigator.userAgent)) return true
if (/Edge/i.test(navigator.userAgent)) return true
return false
}
if (is_shit()) {
document.body.style.backgroundImage = "url('assets/anims/aye.gif')";
}
</script>
<div id="gitlink">
<div class="popup">
<h1>Git</h1>
<p align="center">
<h3><span class="font-size=larger">Хранилище моих проектов кароче</span></h3>
<h2>Select Git page</h2>
<p align="center">
<input type="button" class="btn" value="GitHub" onclick="location.href='https://github.com/xllwhoami'">
</p>
<p align="center"><input class="btn" type="button" value="Close" title="Close" onclick="document.getElementById('gitlink').style.display='none';"></p>
</p>
</div>
</div>
<audio autoplay loop id="player">
<source src="assets/sounds/golosovanie.mp3">
<script>
document.currentScript.parentElement.volume = 0.50;
</script>
</audio>
<header class="center info">
<div class="center pizdec">
<div class="avatar-container"><img src="assets/images/ava.jpg" oncontextmenu="return false;" class="avatar"></div>
<h2><span id="name"></span></h2>
<hr width="295">
<h3><span id="description"></span></h3>
<hr width="295">
<h2>Links</h2>
</div>
<div class="buttons">
<a href="javascript://" class="link" onclick="location.href='https://t.me/on_shutdown'">Telegram</a>
<a href="javascript://" class="link" onclick="location.href='https://vk.com/hwr20'">VK</a>
</div>
<div class="buttons">
<a href="javascript://" class="link" onclick="location.href='https://instagram.com/xllwhoami'">Blog</a>
<a href="javascript://" class="link" onclick="document.getElementById('gitlink').style.display='block'">Git</a>
</div>
<hr width="295">
</header>
</body>
<script>
$("#name").text('xllwhoami')
$("#description").text('Just a bebra (если ты заказчик, то напиши мне в тг плз)')
// ОНО НЕ РАБОТАЕТ СПАСИБО ЖС СПАСИБО ИДИ НАХУЙ
console.log('Пасхалка не работает идите нахуй')
if (getComputedStyle(document.body).getPropertyValue('--has-pasxalka-work') == "true") {
if(window.devtools.isOpen) { window.location.href = getComputedStyle(document.body).getPropertyValue('--pasxalka'); }
window.addEventListener('devtoolschange', event => { window.location.href = getComputedStyle(document.body).getPropertyValue('--pasxalka'); });
}
</script>
</html>