2026-05-24 19:52:45 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-06-19 15:14:04 -07:00
|
|
|
<meta name="robots" content="noindex">
|
2026-05-24 19:52:45 -07:00
|
|
|
<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" />
|
2026-06-17 01:12:22 -07:00
|
|
|
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />
|
2026-05-24 19:52:45 -07:00
|
|
|
<title>Lost & Found • pancakz.net</title>
|
|
|
|
|
|
2026-06-17 01:12:22 -07:00
|
|
|
{{ include 'style' '/include/fonts/terminus.css' }}
|
|
|
|
|
{{ include 'style' '/include/not-found/main.css' }}
|
|
|
|
|
{{ include 'script' '/include/not-found/main.ts' }}
|
2026-05-24 19:52:45 -07:00
|
|
|
</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>
|