summaryrefslogtreecommitdiff
path: root/index.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'index.tmpl')
-rw-r--r--index.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/index.tmpl b/index.tmpl
new file mode 100644
index 0000000..4810c4e
--- /dev/null
+++ b/index.tmpl
@@ -0,0 +1,16 @@
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Jtle images</title>
+ <link rel="icon" href="/favicon.png">
+ <meta name="robots" content="noindex,nofollow">
+ <style>
+img {
+ width: 90%;
+}
+ </style>
+ </head>
+ <body>
+ %BODY%
+ </body>
+</html>