-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (67 loc) · 3.04 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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>dyrkwebz</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4HYZKEYC0J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4HYZKEYC0J');
</script>
<body>
<div class="hotline-ind">
<div style="height: 25px; border-bottom: var(--contrast-color) 1px solid;">
<p style="position: absolute; left: 14%; top: -12px; font-size: large;">hotline webring</p>
</div>
<a href="https://hotlinewebring.club/dyrkuwu/previous" style="font-size: 24px; position: absolute; top: 50%; left: 7%;"> <-- </a>
<a href="https://hotlinewebring.club/dyrkuwu/next" style="font-size: 24px; position: absolute; top: 50%; left: 70%;"> --> </a>
</div>
<a href="chaos.html"><img src="download.png" class="chaos"></a>
<div class="main-view">
<div class="win-btns">
<button>Aimbot</button>
<button>Visuals</button>
<button>Misc</button>
<button>Config</button>
</div>
<div class="win-body">
<div class="tab">
<div style="margin: 10px; height: 40px; border: #8d8d8d solid 1px;">
<a href="#" class="weapon-btn">aWXYZ</a>
</div>
<div class="group">
<p style="margin: 10px;">hi! my name is dyrk, and im ur average human garbage <3.</p>
<p style="margin: 10px;">i spend most of my time coding or watching yt videos.</p>
<p style="margin: 10px;">my favorite languages are: py, js and c++.</p>
<p style="margin: 10px;">now more personal stuff: im trans and my pronouns are she/they :3</p>
<p style="margin: 10px;">my favorite games are: deltarune, tf2 and tboi</p>
<p style="margin: 10px;">if you ever see me in a game, please say hi :) </p>
</div>
<div class="group">
<iframe width="240" height="240" style="border:none" src="https://dimden.neocities.org/navlink/" name="neolink"></iframe>
</div>
<img src="hitboxes.png" style="position: absolute; top: 130px; left: 310px; width: 200px; height: 450px;">
</div>
<div class="tab" style="display: none;">
<div class="group" style="height: 545px;">
<p style="margin: 10px;">[x] mental health bar</p>
</div>
<img src="espreview.png" style="position: absolute; top: 130px; left: 310px; width: 200px; height: 450px;">
</div>
<div class="tab" style="display: none;">
<div class="group" style="height: 545px;">
<p style="margin: 10px;">[x] secondperson</p>
</div>
</div>
<div class="tab" style="display: none;">wip</div>
</div>
</div>
<script src="script.js" theme="dark" position="bottom-right"></script>
</body>
</html>