13 lines
295 B
HTML
13 lines
295 B
HTML
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Useful/"</INJECT>
|
|
|
|
<h1>Useful</h1>
|
|
<div>
|
|
<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>
|