aboutsummaryrefslogtreecommitdiffstats
path: root/views/purge.ejs
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-05 21:11:48 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-05 21:11:48 +0100
commit18cc5f69129615850e48a995f7c3406b74d8d2f4 (patch)
tree1fdc6eadae4b0a6da69319f9b6733379ced2e4c2 /views/purge.ejs
parent64c36dcef8ab1c0b985d79da627cecd30fd50336 (diff)
Redesign website
Diffstat (limited to 'views/purge.ejs')
-rw-r--r--views/purge.ejs26
1 files changed, 0 insertions, 26 deletions
diff --git a/views/purge.ejs b/views/purge.ejs
deleted file mode 100644
index df48073..0000000
--- a/views/purge.ejs
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Purge page</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/purge.js"></script>
-</head>
-<body>
- <div id="main-container">
- <%- include('partials/header') %>
- <div id="content-container">
- <%- include('partials/navbar') %>
- <div id="content">
- <h1>Purge page</h1>
- <span id="response"></span>
- <p>Are you sure you wish to purge the page <span class="highlight"><%= page %></span>?</p>
- <p>The last build time for this page was <span class="highlight"><%= buildTime %></span> (<span class="highlight"><%= buildTimeRelative %></span> minutes ago).</p>
- <button id="confirm" data-page="<%= page %>">Confirm</button>
- <hr>
- <span class=footer><a href="https://github.com/LMBishop/website">GitHub</a> | <a href="/<%= page %>">View original</a></span>
- </div>
- </div>
- </div>
-</body>
-</html>