summaryrefslogtreecommitdiff
path: root/public/views/index.ejs
blob: 0da58bcd37c6fcf97aad86d9406a7ae78e8daa08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">

<head>
    <%- include index/head %>
</head>

<body>
    <%- include index/header %>
    <%- include index/body %>
    <%- include index/footer %>
</body>

</html>