Why the fuck was my 404 page named coffee
This commit is contained in:
parent
149f884cf6
commit
81588d8de5
2
404.html
2
404.html
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue