Convert homepage to Express EJS

This commit is contained in:
Zebratic
2026-07-07 17:48:59 +00:00
parent 14cd966bec
commit fac38efdee
16 changed files with 1634 additions and 26 deletions
+9
View File
@@ -0,0 +1,9 @@
<%- include('../partials/head') %>
<section id="not-found" class="section" data-reveal>
<header class="section-head">
<h2>not found</h2>
<p class="section-sub">that page doesn't exist.</p>
</header>
<div class="prose"><p>try the <a href="/">homepage</a> or the <a href="/blog.html">writeups</a>.</p></div>
</section>
<%- include('../partials/end') %>