aboutsummaryrefslogtreecommitdiff
path: root/v0.9.5/views/i18n/funzone.html
diff options
context:
space:
mode:
Diffstat (limited to 'v0.9.5/views/i18n/funzone.html')
-rw-r--r--v0.9.5/views/i18n/funzone.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/v0.9.5/views/i18n/funzone.html b/v0.9.5/views/i18n/funzone.html
new file mode 100644
index 0000000..d5e69e3
--- /dev/null
+++ b/v0.9.5/views/i18n/funzone.html
@@ -0,0 +1,16 @@
+{{ template "header.html" . }}
+<main>
+<div class="info">
+<p>{{ .i18n.FunZoneGreet }}
+<ul>
+{{ range .Emus }}
+<li><img class="emu" src="/emu/{{ . }}.png"> :{{ . }}:
+{{ end }}
+</ul>
+<ul>
+{{ range .Memes }}
+<li>meme: <a href="/meme/{{ . }}">{{ . }}</a>
+{{ end }}
+</ul>
+</div>
+</main>