This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
services-panel/layouts/404.html
Nikurasu 849e8b6c94
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Create 404 page
2023-03-17 14:32:30 +01:00

8 lines
154 B
HTML

{{ define "main"}}
<main id="main">
<div>
<h1 id="title"><a href="{{ "" | relURL }}">Go Home</a></h1>
</div>
</main>
{{ end }}