5 lines
208 B
JavaScript
5 lines
208 B
JavaScript
|
// Footer
|
||
|
document.writeln('<div id="header">')
|
||
|
document.writeln('<p>yet another insignificant programming notes... | <a href="../index.html">HOME</a></p>')
|
||
|
document.writeln('</div>')
|