summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-02-20 00:40:51 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-02-20 00:40:51 +0000
commit29165c4c9356fda25ed2df9e06e285ce8010e893 (patch)
tree018102090d6abdf46cc575a8672aae5d42ef3f36 /templates/index.html
parentf4ff8fe6eb20ab5b557d7beac095959890e126e8 (diff)
downloadlegit-master.tar.gz
legit-master.tar.bz2
legit-master.zip
add bunny.garden assetsmaster
Diffstat (limited to 'templates/index.html')
-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 }}