57 lines
1.7 KiB
HTML
57 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 name="theme-color" content="#4D58FF">
|
|
<link rel="icon" href="{{ include-b64 'type='image/png' '/include/favicon.png' }}" />
|
|
<title>About • pancakz.net</title>
|
|
|
|
{{ include-tag 'style' '/include/fonts/poppins.css' }}
|
|
{{ include-tag 'style' '/include/about/main.css' }}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="background"></div>
|
|
<div class="foreground">
|
|
|
|
<div class="header">
|
|
<a href="/">< 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! ->
|
|
<a href="mailto:bakon@pancakz.net">bakon@pancakz.net</a>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|