2023-11-23 08:53:28 +00:00
|
|
|
<!DOCTYPE html>
|
2023-11-26 06:55:00 +00:00
|
|
|
<html lang="en">
|
2023-11-23 08:53:28 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-12-01 04:48:59 +00:00
|
|
|
<title>abtmtr.link</title>
|
2023-11-23 08:53:28 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="/styles/normal.css" />
|
2023-11-26 06:39:30 +00:00
|
|
|
<link rel="stylesheet" href="/styles/windows.css" />
|
2023-11-23 08:53:28 +00:00
|
|
|
<link rel="stylesheet" href="/styles/style.css" />
|
|
|
|
<style>
|
|
|
|
:root {
|
2023-12-21 06:23:50 +00:00
|
|
|
--base-color: 195, 100%;
|
2023-11-23 08:53:28 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<section>
|
|
|
|
<h1>ABTMTR.LINK</h1>
|
|
|
|
</section>
|
|
|
|
<$ nav.html $>
|
2023-11-27 00:58:46 +00:00
|
|
|
<section id="accessibility" hidden></section>
|
2023-11-23 08:53:28 +00:00
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<h2>Welcome! 👋</h2>
|
2023-11-26 06:39:30 +00:00
|
|
|
<section id="data_whoami">
|
|
|
|
<p>
|
|
|
|
I'm...
|
|
|
|
<small
|
|
|
|
><a href="https://pronouns.cc/@MeowcaTheoRange" target="_blank"
|
|
|
|
>not loading</a
|
|
|
|
>.</small
|
|
|
|
>
|
|
|
|
</p>
|
|
|
|
</section>
|
2023-11-23 08:53:28 +00:00
|
|
|
<p>
|
|
|
|
I'm a web developer, Fediverse enthusiast, and compulsory Minnesotan.
|
|
|
|
</p>
|
|
|
|
<p>I run this domain and all of the services on it!</p>
|
2023-11-26 06:39:30 +00:00
|
|
|
<p id="no-fetchy" style="display: none">
|
|
|
|
For me, it is <b id="time">12:00 PM</b> on a
|
|
|
|
<b id="weekday">Sunday</b>. <b id="timezone">(UTC-0)</b><br />
|
|
|
|
<small
|
|
|
|
>data locally fetched from
|
|
|
|
<a href="https://pronouns.cc/@MeowcaTheoRange" target="_blank"
|
|
|
|
>pronouns.cc</a
|
|
|
|
></small
|
|
|
|
>
|
|
|
|
</p>
|
2023-12-01 02:55:43 +00:00
|
|
|
<button id="buttonflags" disabled>Cool Flags</button>
|
2023-11-23 08:53:28 +00:00
|
|
|
</section>
|
2023-11-26 20:25:54 +00:00
|
|
|
<section id="fields"></section>
|
2023-11-23 08:53:28 +00:00
|
|
|
</main>
|
2023-11-26 06:39:30 +00:00
|
|
|
<div id="WindowHolder"></div>
|
2023-11-23 08:53:28 +00:00
|
|
|
<script src="/scripts/windows.js"></script>
|
|
|
|
<script src="/scripts/accessibility.js"></script>
|
2023-11-26 06:39:30 +00:00
|
|
|
<script src="./scripts/data_get_whoami.js"></script>
|
2023-12-07 16:34:09 +00:00
|
|
|
<script src="/projects/item/hex/scripts/index.js"></script>
|
2023-11-26 06:39:30 +00:00
|
|
|
<script>
|
|
|
|
window.manager = new WindowManager(
|
|
|
|
document.getElementById("WindowHolder")
|
|
|
|
);
|
|
|
|
</script>
|
2023-11-23 08:53:28 +00:00
|
|
|
</body>
|
|
|
|
</html>
|