summaryrefslogtreecommitdiff
path: root/public/views/index.ejs
blob: bd2c4fe6be3034fc40bcaab448a8a385435ef886 (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>