website/stories/index.html

16 lines
404 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>
<hr/>
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT .html</INJECT>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>