abtmtr-v13/views/pages/index.ejs

30 lines
985 B
Text
Raw Normal View History

2024-08-20 19:30:37 +00:00
<!DOCTYPE html>
<html>
2024-08-30 03:45:15 +00:00
<%- include("../components/page-head.ejs") %>
2024-08-30 03:40:00 +00:00
<body>
<main>
<h1>welcome to abtmtr.link!</h1>
<p>abtmtr.link is a domain for all kinds of services,<br />from web search to live-streaming.</p>
<h2>site links</h2>
<ul>
<li>
<h3><a href="/blurbs/">blurbs</a></h3>
2024-08-30 05:04:14 +00:00
<p class="nomargin">what are other sites saying about abtmtr.link?</p>
2024-08-30 03:40:00 +00:00
</li>
<li>
<h3><a href="/servers/">servers</a></h3>
2024-08-30 05:04:14 +00:00
<p class="nomargin">about the services on abtmtr.link and the machines that serve them.</p>
</li>
<li>
<h3><a href="/sites/">sites</a></h3>
<p class="nomargin">a collection of other sites in the form of 88x31s.</p>
2024-08-30 03:40:00 +00:00
</li>
<li>
<h3><a href="/about/">about</a></h3>
2024-08-30 05:04:14 +00:00
<p class="nomargin">who runs abtmtr.link?</p>
2024-08-30 03:40:00 +00:00
</li>
</ul>
</main>
<%- include("../components/footer.ejs") %>
</body>
2024-08-20 19:30:37 +00:00
</html>