website/useful/index.html

14 lines
322 B
HTML

<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Useful/"</INJECT>
<h1>Useful</h1>
<div style="text-align:center;">
<p>
Useful stuff to know/resources
</p>
<hr/>
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT</INJECT>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>