2015-11-23 12:38:26 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Directory Listing</title>
|
2015-11-29 07:04:20 +00:00
|
|
|
<link rel="stylesheet" href="/vendor/reveal.js/{{{theme}}}" id="theme">
|
2015-11-23 12:38:26 +00:00
|
|
|
<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>
|