-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (63 loc) · 1.35 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>
<head>
<link rel="stylesheet" href="style.css">
</style>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.min.js"></script>
</head>
<body>
<h1>
<sup>
<small>
This is
</small>
</sup>
<span class="above">
<big>
akselai
</big>
<span class="below">
(aka Hiu-Long CHAN)
</span>
</span>
<sub>
<small>
's cool stash of stuff,
</small>
</sub>
</h1>
<img src="100tri.png" alt="am i really humanoid or am i a sentient collection of triangles" class="center">
<h3>
but there's nothing here yet!
</h3>
<h3>
You can check out these pages though...
</h3>
<h1>
<span class="yay">
friends!!
</span>
</h1>
<h3>
<a href="https://bockmancheung.github.io/">
Bockman Cheung
</a>
·
<a href="https://vlcoo.net/">
Victor [vlco_o]
</a>
</h3>
<h1>
<span class="yay">
find me!!
</span>
</h1>
<h3>
<a href="https://github.com/akselai/">
Github
</a>
·
Discord (akselai)
</h3>
</body>
</html>