-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
47 lines (46 loc) · 2.12 KB
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
<!DOCTYPE html>
<html>
<head>
<title>H O M E | -- mrdoode.ru</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./dist/css/index.min.css?ver=1">
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(53424742, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/53424742" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<div class="container">
<div class="about"><span class="js-about"></span></div>
<a href="https://mrdoode.t.me/" target="_blank"><span class="js-word">tg://mrDoode</span></a>
<a href="https://hehe_traps.t.me/" target="_blank"><span class="js-word">tg://hehe_traps</span></a>
</div>
<script src="./dist/js/typed.js"></script>
<script src="./dist/js/main.js"></script>
<script>
window.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('.js-word').forEach((item) => typeTextFromRandom(item));
new Typed('.js-about', {
strings: ['Loading^800.^800.^800.', 'Web-developer. ^500Digital nomad.'],
typeSpeed: 70
});
});
</script>
</body>
</html>