t00-multiuser/server/templates/home/index.ejs

8 lines
404 B
Plaintext
Raw Normal View History

2024-09-19 00:41:40 +01:00
<%- include("../base/header", { title: "Home" }) %>
<h1><b>MultiProbe</b></h1>
<h3>A way to explore <a href="https://angusnicneven.com">Terminal 00</a> with friends.</h3>
<div class="mt-3">
<a type="button" class="btn btn-primary btn-lg me-2" href="/account/register">Register</a>
<a type="button" class="btn btn-secondary btn-lg" href="/account/login">Login</a>
</div>
2024-09-19 00:41:40 +01:00
<%- include("../base/footer") %>