Added basic webserver support.

This commit is contained in:
Adrian Gallagher
2015-11-28 19:07:23 +11:00
parent ecfbfd932f
commit 178b59ef71
7 changed files with 133 additions and 0 deletions

5
web/index.html Normal file
View File

@@ -0,0 +1,5 @@
{{template "header" .}}
<p>Index</p>
{{template "footer" .}}