]> Untitled Git - purplebirdman.git/blobdiff - www/index.html
Added CSS
[purplebirdman.git] / www / index.html
index 802992c4220de19a90767f3000a79a31b98d0df7..70b93a851e916dac6d98ff41266f91cefcd94dc0 100644 (file)
@@ -1 +1,21 @@
-Hello world
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="css/index.css" />
+</head>
+<body>
+<center>
+<div class="card">
+    <p>
+        <h1 class="title">purplebirdman</h1>
+    </p>
+    <div class="links"><ul>
+        <li class="link"><a href="https://patreon.com/purplebirdman">Patreon</a></li>
+        <li class="link"><a href="https://thepurplebirdman.gumroad.com">Gumroad</a></li>
+        <li class="link"><a href="https://www.furaffinity.net/user/falconmccooper">FurAffinity</a></li>
+        <li class="link"><a href="https://bsky.app/profile/purplebirdman.com">BlueSky</a></li>
+        <li class="link"><a href="http://t.me/purplebirdman">Telegram</a></li>
+    </ul></div>
+</div>
+</center>
+</body>
+</html>