summaryrefslogtreecommitdiff
path: root/trunk/gallery/index.template
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-25 09:21:12 +0200
committerLars Wirzenius <liw@liw.fi>2019-03-25 09:21:12 +0200
commitf35245d746080f4e8ba020eff66375e1a938ce52 (patch)
tree736bc347655cdf84fb2608e7cdfbfa7d5bdbf0c9 /trunk/gallery/index.template
downloaddimbola-master.tar.gz
Add: initial commitHEADmaster
Diffstat (limited to 'trunk/gallery/index.template')
-rw-r--r--trunk/gallery/index.template10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk/gallery/index.template b/trunk/gallery/index.template
new file mode 100644
index 0000000..cbd2991
--- /dev/null
+++ b/trunk/gallery/index.template
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>%(directorydescription)s</title>
+</head>
+<h1>%(directorydescription)s</h1>
+<ul>%(subdirlist)s</ul>
+<ul>
+%(indeximagelist)s
+</ul>
+</html>