commit 0d4ab50
chld
·
2026-07-31 05:27:51 +0000 UTC
parent 55522c7
revamp main again
1 files changed,
+13,
-2
+13,
-2
1@@ -1,9 +1,19 @@
2 <link rel="icon" type="image/x-icon" href="PRF/assets/favicon.png">
3
4+<!--
5+css inspired,
6+probably ripped from 4plt.ch and how it looked on 7.31.26
7+-->
8+
9 <p id="fortune"></p>
10 <br>
11-<a href=PRF/index.html style="color: #aaaaaa; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">
12+<div class="container" style="display: flex; justify-content: left; height: 100vh; ">
13+<div class="e" style="margin: 1em;">
14+<a href=PRF/index.html style="color: #aaaaaa;">
15 <h1 style="color: #aaaaaa;">chld</h1></a>
16+</div>
17+
18+<div class="f" style="padding: 1em;">
19 <nav>
20 <ul style=" list-style: none;">
21 <li><a href=PRF/index.html>home</a>
22@@ -18,4 +28,5 @@
23 <li><a href=PRF/sitemap.html>sitemap</a></li>
24 </ul>
25 </nav>
26-
27+</div>
28+</div>