mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
b2c60ef898
This marks the launch of the new documentation website.
12 lines
493 B
HTML
12 lines
493 B
HTML
{{ define "main" }}
|
|
<div class="row justify-content-center">
|
|
<div class="col-md-12 col-lg-10 col-xl-8">
|
|
<article>
|
|
<h1 class="text-center">Page not found :(</h1>
|
|
<p class="text-center">The page you are looking for doesn't exist or has been moved.</p>
|
|
<p class="text-center">If you followed a link to get to this page please report it if it was on this site, the official GitHub repository, or the logs on the latest version.</p>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|