22 lines
874 B
HTML
22 lines
874 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Oooops!</title>
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
<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>
|
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon/favicon.svg">
|
|
</head>
|
|
<body>
|
|
<div class="four-zero-four">
|
|
<h1>You stumbled into the void!</h1>
|
|
<p>Not sure if you was trying to find this or not, but looks like we're both confused.</p>
|
|
|
|
<img src="/assets/theme/linkin.png">
|
|
|
|
<a href="/">↩ Click me to go to the homepage</a>
|
|
</div>
|
|
</body> |