summaryrefslogtreecommitdiff
path: root/public/views/slide/listing.hbs
diff options
context:
space:
mode:
authorWu Cheng-Han2015-12-18 09:40:52 -0600
committerWu Cheng-Han2015-12-18 09:40:52 -0600
commit031c96c72d168a23cca0c609f46e019eced8bc64 (patch)
tree6e10c7dd5c10294aa7230d11626f4f0004b78f91 /public/views/slide/listing.hbs
parent54b33f181f70786a2df624061e7a2ffb93a3eb73 (diff)
Updated slide mode
Diffstat (limited to 'public/views/slide/listing.hbs')
-rw-r--r--public/views/slide/listing.hbs22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/views/slide/listing.hbs b/public/views/slide/listing.hbs
new file mode 100644
index 00000000..371f4ac3
--- /dev/null
+++ b/public/views/slide/listing.hbs
@@ -0,0 +1,22 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Directory Listing</title>
+ <link rel="stylesheet" href="/vendor/reveal.js/{{{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>