website/stories/index.html

16 lines
414 B
HTML
Raw Normal View History

2022-06-11 15:32:15 +00:00
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Stories/"</INJECT>
<h1>Stories</h1>
2023-01-14 15:24:51 +00:00
<div style="text-align:center;">
2022-06-11 15:32:15 +00:00
<p>
2023-01-14 12:26:57 +00:00
Random stories, blogs, ideas and more.
2022-06-11 15:32:15 +00:00
<br>
2023-01-14 12:26:57 +00:00
Things I made/built/thought of or just wanted to share
2022-06-11 15:32:15 +00:00
</p>
<hr/>
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT .html</INJECT>
2022-06-11 15:32:15 +00:00
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>