Lots of changes to web package

Use go-bindata, html/templates, and lots of other changes to the web
package.
This commit is contained in:
2016-07-17 16:16:59 +01:00
parent 2e84c00707
commit 68807898da
12 changed files with 567 additions and 107 deletions

3
web/static/main.css Normal file
View File

@@ -0,0 +1,3 @@
body {
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}