-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (94 loc) · 2.53 KB
/
index.html
File metadata and controls
101 lines (94 loc) · 2.53 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
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
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>😍😒👌😘😢👀😉😎🤔🤢😆</title>
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css" />
<link rel="stylesheet" href="../custom.css" />
</head>
<body>
<h1>heading</h1>
<h3>socail links, very pog</h3>
<p class="inline">
<a href="https://www.twitch.tv/vyrx22" target="_blank">
<img
src="./ressources/glitch_flat_purple.svg"
alt="twitch logo"
width="32"
height="32"
/></a>
<a
href="https://www.twitch.tv/vyrx22"
target="_blank"
class="purple fakeButton"
>
<span class="text"> vyrx22 on twitch</span>
</a>
<span>epic streams</span>
</p>
<h3>bad games</h3>
<p class="inline">
<a href="https://veiryx.itch.io/" target="_blank">
<img
src="./ressources/itchio-logo-white.svg"
alt="itch.io logo"
width="128"
/>
</a>
<a href="https://veiryx.itch.io" target="_blank" class="fakeButton pink">
<span class="text">veiryx on itch.io</span>
</a>
(highly suggest not to play them)
</p>
<h3>(no) videos</h3>
<p class="inline">
<a href="https://youtube.com/@veiryx" target="_blank">
<img
src="./ressources/yt_icon_mono_dark.png"
alt="youtube logo"
width="32"
/>
</a>
<a
target="_blank"
href="https://youtube.com/@veiryx"
class="red fakeButton"
>
<span class="text">veiryx on youtube</span>
</a>
</p>
<h3>vibe coded bullshit</h3>
<p class="inline">
<a href="https://github.com/vyryx" target="_blank">
<img
src="./ressources/GitHub_Logo_White.png"
alt="youtube logo"
width="64"
/>
</a>
<a
class="fakeButton gray"
target="_blank"
href="https://github.com/vyryx"
>
<span class="text">vyryx on github</span>
</a>
<span>(this webpage included)</span>
</p>
</body>
<footer>
<p>Archive</p>
<div class="😎Button">
<a href="./archive/garbage_smp1.html">Garbage SMP1</a>
<div class="😎Bar"></div>
</div>
<div class="😎Button">
<a href="./archive/garbage_smp2.html">Garbage SMP2 </a>
<div class="😎Bar"></div>
</div>
</footer>
</html>
<!--
𝔹𝕒𝕥ℂ𝕙𝕖𝕤𝕥
-->