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

<head>
    <%- include('index/head') %>
</head>

<body>
    <%- include('index/header') %>
    <%- include('index/body') %>
    <%- include('index/footer') %>
</body>

</html>