Files
pancakz-homepage/pancakz-v3-beam/application/not-found.html
T
bakonpancakz 314214724f bugfix: standardize metadata tags
secret pages get a noindex while standard pages get a description tag
2026-06-19 15:14:04 -07:00

29 lines
901 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex">
<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 'image/png' '/include/favicon.png' }}" />
<title>Lost &amp; Found &bull; pancakz.net</title>
{{ include 'style' '/include/fonts/terminus.css' }}
{{ include 'style' '/include/not-found/main.css' }}
{{ include '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>