main
main.html
1<link rel="icon" type="image/x-icon" href="PRF/assets/favicon.png">
2
3<!--
4css inspired,
5probably ripped from 4plt.ch and how it looked on 7.31.26
6-->
7
8<p id="fortune"></p>
9<br>
10<div class="container" style="display: flex; justify-content: left; height: 30vh; ">
11<div class="e" style="margin: 1em;">
12<a href=PRF/index.html style="color: #aaaaaa;">
13<h1 style="color: #aaaaaa;">chld</h1></a>
14</div>
15
16<div class="f" style="padding: 1em;">
17<nav>
18<ul style=" list-style: none;">
19<li><a href=PRF/index.html>home</a>
20 <a href=PRF/findme.html>me</a>
21</li>
22<li><a href=https://srcdump.net/chld/web>src</a>
23 <a href=PRF/webring.html>webring</a>
24</li>
25<li><a href=https://4plt.ch>ROOT</a>
26 <a href=PRF/blog.html>blog</a>
27</li>
28<li>
29 <a href=PRF/wiki.html>wiki</a>
30 <a href=PRF/sitemap.html>sitemap</a></li>
31</ul>
32</nav>
33</div>
34</div>