summaryrefslogtreecommitdiff
path: root/app/views/header.html
diff options
context:
space:
mode:
authorHorus32015-02-19 00:03:18 +0100
committerHorus32015-02-19 00:03:18 +0100
commit58e63343703e0c3f3c12934e62fc0f4575761869 (patch)
treec60acb1bb97cdd47a6c7ee1c5a2e38d50f0f84c4 /app/views/header.html
parentc6260f34b931bdda82d3dab256f4420caa1a45aa (diff)
parentcb5f3037bb18403433c2cfd0271f6bea76906aca (diff)
downloadstatuspage-58e63343703e0c3f3c12934e62fc0f4575761869.tar.gz
Merged.
Diffstat (limited to 'app/views/header.html')
-rw-r--r--app/views/header.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/header.html b/app/views/header.html
deleted file mode 100644
index 01637f4..0000000
--- a/app/views/header.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-
-<html>
- <head>
- <title>{{.title}}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" type="text/css" href="/public/css/bootstrap.css">
- <link rel="shortcut icon" type="image/png" href="/public/img/favicon.png">
- <script src="/public/js/jquery-1.9.1.min.js" type="text/javascript" charset="utf-8"></script>
- {{range .moreStyles}}
- <link rel="stylesheet" type="text/css" href="/public/{{.}}">
- {{end}}
- {{range .moreScripts}}
- <script src="/public/{{.}}" type="text/javascript" charset="utf-8"></script>
- {{end}}
- </head>
- <body>