28 lines
880 B
HTML
28 lines
880 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<meta property="description" content="Tech, Chunibyo & Other Delusions" />
|
||
|
|
<meta property="theme-color" content="#4D58FF" />
|
||
|
|
<link rel="icon" href="{{ include-b64 'type='image/png' '/include/favicon.png' }}" />
|
||
|
|
<title>Lost & Found • pancakz.net</title>
|
||
|
|
|
||
|
|
{{ include-tag 'style' '/include/fonts/terminus.css' }}
|
||
|
|
{{ include-tag 'style' '/include/not-found/main.css' }}
|
||
|
|
{{ include-tag 'script' '/include/not-found/main.ts' }}
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<div class="layout-content animation-wobble">
|
||
|
|
<noscript>
|
||
|
|
<a class="animation-scrollin" href="/">
|
||
|
|
404 PAGE NOT FOUND. Click here to return to the homepage.
|
||
|
|
</a>
|
||
|
|
</noscript>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|