matrix-spec/layouts/404.html
Kévin Commaille 0395528829
Always use relative paths for spec links
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-11-01 11:27:25 +01:00

9 lines
260 B
HTML

{{ define "main"}}
<main id="main">
<div>
<h1 id="title">Not found</h1>
<p>This page doesn't exist. Try going back to the <a href="{{ "" | relURL }}">main page for the Matrix Specification</a>.</p>
</div>
</main>
{{ end }}