Why the fuck was my 404 page named coffee

This commit is contained in:
Ari 2026-06-14 04:24:15 +01:00
parent 149f884cf6
commit 81588d8de5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<!-- Page Title -->
<title>Coffee</title>
<title>404 - Page Not Found</title>
<link rel="icon" type="image/png" href="/assets/media/favicon.png" />
<script>try { var f = localStorage.getItem('ctpFlavor'); document.documentElement.setAttribute('data-flavor', ['mocha', 'macchiato', 'frappe', 'latte'].indexOf(f) >= 0 ? f : 'mocha'); } catch (e) { document.documentElement.setAttribute('data-flavor', 'mocha'); }</script>