abtmtr-v4/views/links/index.html

31 lines
847 B
HTML
Raw Normal View History

2023-11-26 06:55:00 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2023-12-01 04:48:59 +00:00
<title>Links - abtmtr.link</title>
2023-11-26 06:55:00 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles/normal.css" />
<link rel="stylesheet" href="/styles/style.css" />
2024-01-23 21:04:38 +00:00
<style></style>
2023-11-26 06:55:00 +00:00
</head>
<body>
2023-11-26 19:14:50 +00:00
<$ loader.html $>
2023-11-26 06:55:00 +00:00
<header>
<section>
<h1>Links</h1>
2024-02-12 19:46:21 +00:00
<p>Where else you can find traces of abtmtr.link.</p>
2023-11-26 06:55:00 +00:00
</section>
<$ nav.html $>
2023-11-27 00:58:46 +00:00
<section id="accessibility" hidden></section>
2023-11-26 06:55:00 +00:00
</header>
<main>
<section id="data_get">
<h1>Getting links...</h1>
</section>
</main>
<section id="accessibility" hidden></section>
<script src="/scripts/accessibility.js"></script>
<script src="./scripts/data_get_links.js"></script>
</body>
</html>