summaryrefslogtreecommitdiff
path: root/changelog/admin.html
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/admin.html')
-rw-r--r--changelog/admin.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/changelog/admin.html b/changelog/admin.html
new file mode 100644
index 0000000..cc44fc5
--- /dev/null
+++ b/changelog/admin.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <title>Changelog Admin (Disabled)</title>
+ <link rel="stylesheet" href="/assets/css/site.css" />
+</head>
+<body>
+ <main class="wrap">
+ <h1>Changelog Admin Disabled</h1>
+ <p class="muted">This page used to require PHP. The site now serves static HTML only.</p>
+ <p><a href="/changelog/">Go to changelog</a></p>
+ </main>
+</body>
+</html>