blob: cc44fc55d76dfbafdf06a98b0fd5b9e021f65dfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
|