8 lines
No EOL
398 B
Text
8 lines
No EOL
398 B
Text
<%- 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>
|
|
<%- include("base/footer") %> |