diff options
Diffstat (limited to 'changelog/login.html')
| -rw-r--r-- | changelog/login.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changelog/login.html b/changelog/login.html new file mode 100644 index 0000000..8e5b379 --- /dev/null +++ b/changelog/login.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 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> |
