aboutsummaryrefslogtreecommitdiff
path: root/src/views/index.html
blob: 0e3ab11697ef83f21874774897013bc981e9efc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <title>Index</title>
    </head>
    <body>
        <% if (files) { %> <%= files %>! <% } %>
    </body>
</html>