Add rudimentary overview page

This commit is contained in:
Ian Gulliver
2014-06-07 23:28:37 -07:00
parent 55b8f248ce
commit 22072ed385
6 changed files with 1298 additions and 1 deletions

View File

@@ -23,6 +23,15 @@ handlers:
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
- url: /overview
static_files: overview.html
upload: overview.html
secure: always
http_headers:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
- url: /images
static_dir: images
secure: always