abtmtr-v13/views/pages/index.ejs
2024-08-20 14:30:37 -05:00

24 lines
No EOL
638 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>
<%- include("../components/header.ejs") %>
<section>
<p>abtmtr.link is a domain for a suite of services, from web search to live-streaming.</p>
</section>
<%- include("../components/about-boxes.ejs") %>
<%- include("../components/footer.ejs") %>
</main>
<script src="/assets/script.js"></script>
</body>
</html>