diff options
Diffstat (limited to 'app/views/rebuild.ejs')
| -rw-r--r-- | app/views/rebuild.ejs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/views/rebuild.ejs b/app/views/rebuild.ejs new file mode 100644 index 0000000..e2943f1 --- /dev/null +++ b/app/views/rebuild.ejs @@ -0,0 +1,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>
\ No newline at end of file |
