You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/layouts/404.html

9 lines
261 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 }}