aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
blob: 80605cec6a19c7ad1a6a686411ddf483387740c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
    <% include ./includes/header %>
    <title><%= title %></title>
</head>
<body>
    <% include ./includes/navbar %>
    <h1>This page is under construction</h1>
    <% include ./includes/footer %>
</body>
</html>