aboutsummaryrefslogtreecommitdiff
path: root/src/views/index.html
blob: ffeb94853d2afa5381b36fe0c2cffcd429435fb0 (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 (path) { %> <%= path %>! <% } %>
    </body>
</html>