Files
pancakz-homepage/pancakz-v3-beam/application/about.html
T

58 lines
1.7 KiB
HTML
Raw Normal View History

2026-05-24 19:52:45 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
2026-06-19 15:14:04 -07:00
<meta charset="UTF-8" />
2026-05-24 19:52:45 -07:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2026-06-19 15:14:04 -07:00
<meta property="description" content="Tech, Chunibyo & Other Delusions" />
2026-05-24 19:52:45 -07:00
<meta name="theme-color" content="#4D58FF">
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />
2026-05-24 19:52:45 -07:00
<title>About &bull; pancakz.net</title>
{{ include 'style' '/include/fonts/poppins.css' }}
{{ include 'style' '/include/about/main.css' }}
2026-05-24 19:52:45 -07:00
</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>