summaryrefslogtreecommitdiff
path: root/public/views/slide/listing.hbs
blob: 7da8ebab1f7843522e99cb1f42a1d8ff6a7c8c11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Directory Listing</title>
        <link rel="stylesheet" href="{{{url}}}/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>