-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (123 loc) · 4.55 KB
/
index.html
File metadata and controls
130 lines (123 loc) · 4.55 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="res/css/style.css"/>
<title>metatablecat :3</title>
</head>
<body>
<div class="console-bg">
<div class="console-main">
<noscript>
<p class="noscript">put js back on you silly person</p>
<div class="emsep"></div>
</noscript>
<div class="osa-banner">
<div>
<h2 class="h2-inline">Repeal the Online Safety Act</h2>
<p class="small">Hadrian's Firewall in sheeps clothing</p>
</div>
<div class="emsep"></div>
<p>The <b>Online Safety Act</b> threatens the free internet and gives the government the ability to censor websites they don't like.
<div class="emsep"></div>
<div class="container-top container">
<span>
<a class="link-text osa-text" href="https://www.bbc.com/news/articles/c62j2gr8866o">Wikipedia is likely to be censored under the OSA</a>
<span class="small">(BBC)</span>
</span>
</div>
</div>
<div class="emsep"></div>
<div>
<h2 class="h2-inline">metatablecat :3</h2>
<p class="small">(silly cat nerd, they/them)</p>
</div>
<div class="sep"></div>
<p>i do silly things on the internet. mainly lua stuff on roblox.</p>
<p class="small">(I technically do technical writing nowadays for Roblox's creator docs, but you didn't see this)</p>
<div class="emsep"></div>
<div class="container">
<img src="res/img/meta.png" alt="metatablecat's profile picture" class="contained-img"></img>
<span> <-- idiot </span>
</div>
<div class="sep"></div>
<div class="container">
<img src="res/img/footericons.png" alt="A non-binary flag next to a trans pride flag" class="small-img"></img>
<span class="transblue trans">Trans</span>
<span class="transpink trans">Rights</span>
<span class="transwhite trans">Are</span>
<span class="transpink trans">Human</span>
<span class="transblue trans">Rights</span>
</div>
<div class="container-top container">
<p class="list-marker">></p>
<span>
<a class="link-text" href="https://transactual.org.uk/change-actions">Learn why trans rights are important, and how you can help</a>
<span class="small">(TransActual)</span>
</span>
</div>
<div class="sep"></div>
<h2>Links</h2>
<div class="emsep"></div>
<div>
<div class="container-top container">
<p class="list-marker">></p>
<span>
<a class="link-text" href="https://bsky.app/profile/metatablecat.bsky.social">BlueSky</a>
</span>
</div>
<div class="container-top container">
<p class="list-marker">></p>
<span>
<a class="link-text" href="https://github.com/metatablecat">GitHub</a>
</span>
</div>
<div class="container-top container">
<p class="list-marker">></p>
<span>
<p>Roblox</p>
<div class="container-top container">
<p class="list-marker">></p>
<span>
<a class="link-text" href="https://devforum.roblox.com/u/metatablecatmaid">DevForum</a>
</span>
</div>
<div class="container-top container">
<p class="list-marker">></p>
<span>
<a class="link-text" href="https://create.roblox.com/store/plugins?creatorName=metatablecatmaid&includeOnlyVerifiedCreators=false">Plugins</a>
</span>
</div>
<div class="container-top container">
<p class="list-marker">></p>
<span>
<a class="link-text" href="https://www.roblox.com/users/8094244/profile">Profile</a>
</span>
</div>
</span>
</div>
</div>
<div class="sep"></div>
<div class="funny-box console-main">
<p>this box scrolls, spoooooooky!</p>
<br class="big-margin">
<p>hi</p>
<br class="big-margin">
<div class="container">
<img src="res/img/newmeta.png" alt="metatablecat's profile picture" class="contained-img"></img>
<span>
<p>new meta jumpscare</p>
<p>comm by narettje</p>
</span>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container-bottom container">
<img src="res/img/silly/authorised.png" alt="metatablecat's profile picture" class="button"></img>
</div>
<div class="emsep"></div>
<p class="footer-small small">This site is owned by metatablecat. <a style="font-size: 12px;" href="https://github.com/metatablecat/metatablecat.github.io">GitHub Repo</a></p>
</div>
</body>
</html>