aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/auth.tmpl4
-rw-r--r--templates/base.tmpl2
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/auth.tmpl b/templates/auth.tmpl
new file mode 100644
index 0000000..9d3d7a7
--- /dev/null
+++ b/templates/auth.tmpl
@@ -0,0 +1,4 @@
+{{template "header"}}
+<h2>Salut!</h2>
+<p>{{.}} would like you to authenticate</p>
+{{template "footer"}}
diff --git a/templates/base.tmpl b/templates/base.tmpl
index 07331e2..9fe342b 100644
--- a/templates/base.tmpl
+++ b/templates/base.tmpl
@@ -7,7 +7,7 @@
<title>ListenDiary</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
- <link rel="stylesheet" href="static/style.css">
+ <link rel="stylesheet" href="/static/style.css">
</head>
<body>
<header>