diff options
author | Wu Cheng-Han | 2015-11-29 01:04:20 -0600 |
---|---|---|
committer | Wu Cheng-Han | 2015-11-29 01:04:20 -0600 |
commit | b070de8fa931d1b3b3f87d0c4afce55675f3cb93 (patch) | |
tree | 6453ee6a5a1cfad534660b38db9ebbc6c5faa9b6 /public/views/templates/listing.html | |
parent | baed9eb33d1ae6da5d04a11ae8df6bc6293f04b6 (diff) |
Updated and merge reveal.js to use bower
Diffstat (limited to 'public/views/templates/listing.html')
-rw-r--r-- | public/views/templates/listing.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/public/views/templates/listing.html b/public/views/templates/listing.html new file mode 100644 index 00000000..371f4ac3 --- /dev/null +++ b/public/views/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="/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> |