abtmtr-v13/views/pages/index.ejs

33 lines
No EOL
997 B
Text

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>abtmtr.link</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/assets/style.css" />
</head>
<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>
</html>