diff --git a/public/contact.html b/public/contact.html
new file mode 100644
index 0000000..16aea9a
--- /dev/null
+++ b/public/contact.html
@@ -0,0 +1,28 @@
+
+
+/blankX/contact.html
+
+
+
+
+/blankx/contact.html
+Now with Fork Awesome
+
+Sorted in most active order
+Not abandoned accounts
+
+(probably) Abandoned accounts
+
+
+
diff --git a/public/fonts/rounded_elegance.ttf b/public/fonts/rounded_elegance.ttf
new file mode 100644
index 0000000..26ce100
Binary files /dev/null and b/public/fonts/rounded_elegance.ttf differ
diff --git a/public/index.css b/public/index.css
index ab0f7d7..1f185cd 100644
--- a/public/index.css
+++ b/public/index.css
@@ -15,6 +15,20 @@ body {
background-color: black;
text-align: center;
}
-p.red {
+p.red, a.red {
color: rgb(255, 42, 42);
}
+div.linkz {
+ text-align: center;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-evenly;
+ font-size: 4em;
+ width: 100%;
+ height: 100vh;
+ box-sizing: border-box;
+}
+a.blue {
+ color: rgb(42, 255, 42);
+}