18 lines
453 B
HTML
18 lines
453 B
HTML
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Stories/"</INJECT>
|
|
|
|
<h1>Stories</h1>
|
|
<div>
|
|
<p>
|
|
Random stories, either about things I make(programs, games, physical stuff),
|
|
<br>
|
|
or about stuff that happens to me
|
|
</p>
|
|
<p>
|
|
Stories:
|
|
<br>
|
|
<INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<INJECT>cat $HOME/template/footer.html</INJECT>
|