aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-08-20 18:24:58 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2017-08-20 18:28:32 -0400
commit792989474b394b833b8241b94bdd6065b8d53a87 (patch)
treebc0b24fde5f15597889c7ef2eed10c0c50dc50b5
parent475f53900a73bdb7b55d95037f26d3229405566b (diff)
downloadlastfm-api-792989474b394b833b8241b94bdd6065b8d53a87.tar.gz
fix template
-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>