Add Slide Mode

using reveal.js
and some part of reveal-md
This commit is contained in:
xnum
2015-11-23 20:38:26 +08:00
parent 75ae505a15
commit f51b7370f0
81 changed files with 14277 additions and 7 deletions

22
templates/listing.html Normal file
View File

@@ -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>