aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/rebuild.ejs
blob: e2943f15f2cb43f71423c5b5fed82d77c4c2bed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
    <title>Rebuild</title>
    <link rel="stylesheet" href="/css/globalstyles.css">
</head>
<body>
    <div id="main-container">
        <%- include('partials/header') %>
        <div id="content">
            <h1>Rebuild</h1>
            <p>Are you sure you wish to rebuild the page directory?</p>
            <button>Confirm</button>
        </div>
    </div>
</body>
</html>