website/index.html

37 lines
1.4 KiB
HTML

<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/"</INJECT>
<p>
Folders<br> <INJECT>cd $CURRENT && ls */ -d | sed 's/\///' | python3 $HOME/bscripts/ls_to_a.py</INJECT>
<br><br>
Files<br> <INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
</p>
<div style="text-align:center;">
<p>
Hello and welcome to my personal website
<br><br>
<i>(if you are looking for the old index it is now <a href = "old_index.html">here</a>)</i>
</p>
<hr />
<p>
While you are here, feel free to navigate the site using the
<code>Folders</code> and <code>Files</code> listings above
<br><br>
Sometimes pages will link directly to other pages
(like <a href = "old_index.html">old_index</a>
which links to <a href = "another_age.html">another_page</a>,
or like how this page links to other pages as part of pointing stuff out)
</p>
<hr />
<h2>Where to find me on other places</h2>
<p>
<a rel="me" href="https://qoto.org/@RustyStriker">Mastodon</a>
<a href="https://gitea.rustystriker.dev/RustyStriker">Gitea</a>
<a href="https://github.com/RustyStriker/">Github</a>
<br>
@rusty_striker:matrix.org on Matrix
</p>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>