Files
bakonpancakz c3b14da220 bugfix: standardize metadata tags
secret pages get a noindex while standard pages get a description tag
2026-06-19 15:16:21 -07:00

58 lines
1.7 KiB
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 name="theme-color" content="#4D58FF">
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />
<title>About &bull; pancakz.net</title>
{{ include 'style' '/include/fonts/poppins.css' }}
{{ include 'style' '/include/about/main.css' }}
</head>
<body>
<div class="background"></div>
<div class="foreground">
<div class="header">
<a href="/">&lt; Go Home</a>
</div>
<div class="article">
<p class="header">Notice</p>
<p class="content">
pancakz.net contains no references to pancakes.
</p>
<p class="header">About</p>
<p class="content">
This website serves projects developed by bakonpancakz in their spare time.
They vary in usability and completeness but generally strive for some general level of quality.
In laymans terms: "i do what i want :P"
</p>
<p class="header">Legal</p>
<p class="content">
Each project provides it's own Terms of Service and Privacy Policy if applicable.
If you have a legal issue please send a complaint to the email address below.
</p>
<p class="header">Contact</p>
<p class="content">
Feel free to send any curious or businessy inquiries to my email! -&gt;
<a href="mailto:bakon@pancakz.net">bakon@pancakz.net</a>
</p>
</div>
</div>
</body>
</html>