abtmtr-v4/views/domain/index.html

35 lines
894 B
HTML
Raw Normal View History

2023-11-23 08:53:28 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2023-12-21 06:23:50 +00:00
<title>Domain - 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" />
<link rel="stylesheet" href="/styles/style.css" />
<style>
:root {
2023-12-21 06:23:50 +00:00
--base-color: 15, 100%;
2023-11-23 08:53:28 +00:00
}
</style>
</head>
<body>
2023-11-26 19:14:50 +00:00
<$ loader.html $>
2023-11-23 08:53:28 +00:00
<header>
<section>
2023-12-21 06:23:50 +00:00
<h1>Domain</h1>
<p>What's on this domain.</p>
2023-11-23 08:53:28 +00:00
</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 id="data_get">
<h1>Getting domain indexes...</h1>
2023-11-23 08:53:28 +00:00
</section>
</main>
<section id="accessibility" hidden></section>
2023-11-23 08:53:28 +00:00
<script src="/scripts/accessibility.js"></script>
<script src="./scripts/data_get_domain.js"></script>
2023-11-23 08:53:28 +00:00
</body>
</html>