30 lines
847 B
HTML
30 lines
847 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Links - 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" />
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
<$ loader.html $>
|
|
<header>
|
|
<section>
|
|
<h1>Links</h1>
|
|
<p>Where else you can find traces of abtmtr.link.</p>
|
|
</section>
|
|
<$ nav.html $>
|
|
<section id="accessibility" hidden></section>
|
|
</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>
|