abtmtr-v13/views/pages/index.ejs

27 lines
776 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-20 19:30:37 +00:00
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>
<p>what are other sites saying about abtmtr.link?</p>
</li>
<li>
<h3><a href="/servers/">servers</a></h3>
<p>about the services on abtmtr.link and the machines that serve them.</p>
</li>
<li>
<h3><a href="/about/">about</a></h3>
<p>who runs abtmtr.link?</p>
</li>
</ul>
</main>
<%- include("../components/footer.ejs") %>
</body>
2024-08-20 19:30:37 +00:00
</html>