summaryrefslogtreecommitdiff
path: root/frosty/index.html
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-06-12 21:55:28 +0000
committerdacctal <dacctal@symlinx.net>2026-06-12 21:55:28 +0000
commit07acabac2f68c0a936ec9ea8aa27b36d920020ee (patch)
tree45b220cca643058474f1bfebb7b250b7c4e4c99e /frosty/index.html
parent2ffe219d507ae574216ed9930e2bab67fa00af58 (diff)
added a bunch of cool stuff
Diffstat (limited to 'frosty/index.html')
-rw-r--r--frosty/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/frosty/index.html b/frosty/index.html
new file mode 100644
index 0000000..8f99547
--- /dev/null
+++ b/frosty/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>frosty</title>
+ <link rel="stylesheet" href="style.css">
+ <link rel="icon" type="image/x-icon" href="../images/symlinx-icon.png">
+ </head>
+ <body>
+ <h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / frosty ]</h1>
+ <p>nothing ever happens™</p>
+ <br>
+
+ <h2>Where to find me</h2>
+
+ <div class="block">
+ <h3><a href="https://bwaaa.monster">bwaaa</a></h3>
+ <h4>[ https://bwaaa.monster ]</h4>
+ <p>> my website</p>
+ </div>
+ <br>
+
+ <div class="block">
+ <h3><a href="xmpp:frosty3x@conversations.im">XMPP</a></h3>
+ <h4>[ frosty3x@conversations.im ]</h4>
+ <p>> where to message me</p>
+ </div>
+ <br>
+
+ <h2>My projects</h2>
+
+ <div class="block">
+ <h3><a href="https://git.bwaaa.monster">CGit</a></h3>
+ <h4>[ https://git.bwaaa.monster ]</h4>
+ <p>> code repos</p>
+ </div>
+ <br>
+
+ </body>
+</html>