summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/index.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index a820dec..8347468 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,8 +3,13 @@
{{ template "head" . }}
<header>
- <h1>{{ .meta.Title }}</h1>
- <h2>{{ .meta.Description }}</h2>
+ <div>
+ <img src="/static/bunny.png">
+ </div>
+ <div>
+ <h1>{{ .meta.Title }}</h1>
+ <h2>{{ .meta.Description }}</h2>
+ </div>
</header>
<body>
@@ -23,4 +28,4 @@
</body>
</html>
-{{ end }} \ No newline at end of file
+{{ end }}