From f51b7370f030c5cd1235fa7a23514a7e1ccef2dd Mon Sep 17 00:00:00 2001 From: xnum Date: Mon, 23 Nov 2015 20:38:26 +0800 Subject: Add Slide Mode using reveal.js and some part of reveal-md --- templates/listing.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/listing.html (limited to 'templates/listing.html') 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> -- cgit v1.2.3