website/index.html

30 lines
1.0 KiB
HTML
Raw Normal View History

2022-06-11 10:31:47 +00:00
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/"</INJECT>
2022-06-11 15:32:15 +00:00
<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>
2022-07-13 17:02:17 +00:00
<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>
2022-03-25 11:08:07 +00:00
<p>
2022-07-13 17:02:17 +00:00
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)
2022-03-25 11:08:07 +00:00
</p>
2022-04-23 12:30:28 +00:00
2022-07-13 17:02:17 +00:00
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>