2024-09-19 00:41:40 +01:00
|
|
|
<%- include("../base/header", { title: "Home" }) %>
|
2024-04-23 00:58:07 +01:00
|
|
|
<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") %>
|