Starting Web Server work

Fixed some issues with stat adding.
This commit is contained in:
2015-10-29 11:16:25 -05:00
parent 12ae393998
commit d5947f745f
14 changed files with 936 additions and 91 deletions

21
templates/htmlheader.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta http-equiv="Cache-control" content="No-Cache">
<title>{{.Title}}</title>
<!--[if lt IE 9]>
<script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<![endif]-->
{{ range $i, $v := .Stylesheets }}
<link rel="stylesheet" href="{{ $v }}">
{{ end }}
</head>
<body>
<div id="layout">