aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/rebuild.ejs
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:17:44 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-11-22 14:17:44 +0000
commita84425a42e9246243dffd23dba33b4d4a5b626ac (patch)
tree5e0a356407e50b172afeb8662a6a6f2fb6e334fe /app/views/rebuild.ejs
parent7d1aa7d48e5f16d639713804d6a86290fac7ffab (diff)
Update styles & add page rebuilding
Diffstat (limited to 'app/views/rebuild.ejs')
-rw-r--r--app/views/rebuild.ejs14
1 files changed, 10 insertions, 4 deletions
diff --git a/app/views/rebuild.ejs b/app/views/rebuild.ejs
index e2943f1..62076cf 100644
--- a/app/views/rebuild.ejs
+++ b/app/views/rebuild.ejs
@@ -3,14 +3,20 @@
<head>
<title>Rebuild</title>
<link rel="stylesheet" href="/css/globalstyles.css">
+ <script src="https://code.jquery.com/jquery-3.6.0.min.js" ntegrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
+ <script src="/scripts/rebuild.js"></script>
</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 id="content-container">
+ <%- include('partials/navbar') %>
+ <div id="content">
+ <h1>Rebuild</h1>
+ <span id="response"></span>
+ <p>Are you sure you wish to rebuild the page directory?</p>
+ <button id="confirm">Confirm</button>
+ </div>
</div>
</div>
</body>