Major refactor

- use embedded static assets
- added pw management subcommands
This commit is contained in:
sm
2015-08-09 11:52:40 -07:00
parent 5ed3bbfcc3
commit a6b7c13fdb
12 changed files with 400 additions and 138 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ template "title" . }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/s/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="/s/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
<style>
.pw {
padding-top: 100px;
}
</style>
</head>
<body>
<section id="content">
{{ template "content" . }}
</section>
<script src="/s/jquery-latest.js"></script>
<script src="/s/bootstrap/js/bootstrap.min.js"></script>
<script src="/s/allowances.js"></script>
</body>
</html>