aboutsummaryrefslogtreecommitdiff
path: root/src/views/index.ejs
blob: daca4903682432094da93da37a27f66434f3be6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>