website/index.html

30 lines
1.0 KiB
HTML

<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/"</INJECT>
<p>
Folders: <INJECT>cd $CURRENT && ls */ -d | sed 's/\///' | python3 $HOME/bscripts/ls_to_a.py</INJECT>
<br>
Files: <INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
</p>
<div>
<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>
</div>
<div>
<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>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>