summaryrefslogtreecommitdiff
path: root/templates/listing.html
diff options
context:
space:
mode:
authorWu Cheng-Han2015-11-29 01:04:20 -0600
committerWu Cheng-Han2015-11-29 01:04:20 -0600
commitb070de8fa931d1b3b3f87d0c4afce55675f3cb93 (patch)
tree6453ee6a5a1cfad534660b38db9ebbc6c5faa9b6 /templates/listing.html
parentbaed9eb33d1ae6da5d04a11ae8df6bc6293f04b6 (diff)
Updated and merge reveal.js to use bower
Diffstat (limited to 'templates/listing.html')
-rw-r--r--templates/listing.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/listing.html b/templates/listing.html
deleted file mode 100644
index 2046be1a..00000000
--- a/templates/listing.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>