t00-multiuser/server/templates/404.ejs

3 lines
134 B
Plaintext
Raw Normal View History

<%- include("base/header", { title: "404"}) %>
2024-04-22 17:02:31 +01:00
<h1 class="text-center" style="font-size:10rem">404!</h1>
<%- include("base/footer") %>