summaryrefslogtreecommitdiffstats
path: root/pages/index.html
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-11-11 18:00:08 +0100
committerclsr <clsr@clsr.net>2016-11-11 18:00:08 +0100
commit80feff7929d713dd952b30e2e600e00f2f8599f2 (patch)
treeacb4b08a9987e4419fac5d2dd4e1a005618db4a7 /pages/index.html
parent22379ddaa1253d5a3ef3e7a5aca282fd57fc18c8 (diff)
downloadgomf-web-flup-80feff7929d713dd952b30e2e600e00f2f8599f2.tar.gz
gomf-web-flup-80feff7929d713dd952b30e2e600e00f2f8599f2.zip
Make corner image use grill feature of Gomfv0.1.1
Diffstat (limited to 'pages/index.html')
-rw-r--r--pages/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.html b/pages/index.html
index 038fbcd..c60e266 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -58,7 +58,7 @@
{{ range $name, $path := .Pages }}{{ if ne $path "index.html" }}<h5><a href="{{ $path }}">{{ $name }}</a></h5>{{ end }}{{ end }}
- <img src="/static/anime.png" id="anime">
+ <img src="/grill.php" id="anime">
<script src="/static/script.js"></script>
</body>