initial structure printing

This commit is contained in:
endorphant
2016-04-29 20:46:05 -04:00
parent 114b733497
commit 77cafed642
3 changed files with 60 additions and 0 deletions

3
bin/config/footer.txt Normal file
View File

@@ -0,0 +1,3 @@
</div>
</body>
</html>

11
bin/config/header.txt Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>~endorphant</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="meta">
<h1><a href="#">~endorphant</a>@<a href="../">tilde.town</a></h1>
</div>