diff options
| author | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
|---|---|---|
| committer | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
| commit | 720d752748b793a2f5cf3cc14cb75ad86e8919c0 (patch) | |
| tree | 29120103307cb17e7d6c283cc198ec2484f934cd /changelog/login.html | |
First commit
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> |
