t00-multiuser/server/templates/404.ejs

3 lines
134 B
Plaintext

<%- include("base/header", { title: "404"}) %>
<h1 class="text-center" style="font-size:10rem">404!</h1>
<%- include("base/footer") %>