profileShare

rasmusjy / profileshare

Read-only snapshot

No repository description.

main default branch 54 files Expires Sep 13, 2026, 9:06 AM
error.ejs 276 bytes
1 <%- include("partials/head", { title: "Unable to open", bodyClass: "state-page" }) %>
2 <main class="state-shell">
3 <p class="state-code">profileShare</p>
4 <h1><%= message %></h1>
5 <a class="text-link" href="/">Return to the start</a>
6 </main>
7 <%- include("partials/foot") %>
8