summaryrefslogtreecommitdiff
path: root/templates/listing.html
diff options
context:
space:
mode:
authorxnum2015-11-23 20:38:26 +0800
committerxnum2015-11-23 20:38:26 +0800
commitf51b7370f030c5cd1235fa7a23514a7e1ccef2dd (patch)
treeb6f43191518b16f74ca33b1406567a0ffcaa6f32 /templates/listing.html
parent75ae505a1544d8999e6705aad7ed96ff5a6eb0e5 (diff)
Add Slide Mode
using reveal.js and some part of reveal-md
Diffstat (limited to '')
-rw-r--r--templates/listing.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/listing.html b/templates/listing.html
new file mode 100644
index 00000000..2046be1a
--- /dev/null
+++ b/templates/listing.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Directory Listing</title>
+ <link rel="stylesheet" href="/{{{theme}}}" id="theme">
+ <style type="text/css">
+ body {
+ margin: 1em;
+ }
+ a {
+ color: white;
+ display: block;
+ }
+ </style>
+ <link rel="icon" href="http://i.imgur.com/IVlU2PU.png" sizes="512x512" />
+ </head>
+
+ <body>
+ {{{listing}}}
+ </body>
+</html>