abtmtr-v4/views/qna/index.html

43 lines
1.4 KiB
HTML
Raw Normal View History

2024-02-12 19:46:21 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>abtmtr.link</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles/normal.css" />
<link rel="stylesheet" href="/styles/style.css" />
</head>
<body>
<header>
<h1>FAQ</h1>
<p>What's going on with abtmtr.link?</p>
<$ nav.html $>
<section id="accessibility" hidden></section>
<div id="buttonroll" hidden></div>
</header>
<main>
<section id="data_get"></section>
<section>
<h1>Wasn't abtmtr.link a personal website?</h1>
<p>abtmtr.link is still a personal website, but there's not really a person to attach it to at this moment.</p>
<p>Whatever ends up happening to abtmtr.link will be written here.</p>
</section>
<section>
<h1>I'm confused.</h1>
<p>We are too.</p>
</section>
<section>
<h1>Who's "we"?</h1>
<p><i>No answer.</i></p>
</section>
<section>
<h1>Genuinely, why is this page so cryptic? Is this an ARG?</h1>
<p>There is no ARG. This is just how we have fun :3</p>
<p>Check <a href="https://pronouns.cc/@MeowcaTheoRange">pronouns.cc</a> for more info.</p>
</section>
</main>
<script src="/scripts/accessibility.js"></script>
<!-- <script src="./scripts/get_qna.js"></script> -->
</body>
</html>