t00-multiuser/server/templates/index.ejs

3 lines
83 B
Plaintext

<%- include("base/header") -%>
<h1>Hello world!</h1>
<%- include("base/footer") -%>