documentation.federated.com.../layouts/404.html

10 lines
236 B
HTML
Raw Permalink Normal View History

2023-05-30 17:55:11 +00:00
{{ define "main"}}
<main id="main">
<div>
<h1 id="title">Not found</h1>
<p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/" | relURL }}">home page</a>.</p>
</div>
</main>
{{ end }}