blob: 8e5b379d63614afaf2ba9c340ac40ab8a5c3769d (
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 Login (Disabled)</title>
<link rel="stylesheet" href="/assets/css/site.css" />
</head>
<body>
<main class="wrap">
<h1>Login Disabled</h1>
<p class="muted">The old PHP login flow has been removed from this static build.</p>
<p><a href="/changelog/">Go to changelog</a></p>
</main>
</body>
</html>
|