Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « layouts - gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb5b06792df3f8b16afb77b404c452bb21feafab (plain)
1
2
3
4
5
6
7
{{define "main"}}
<div class="container text-center mt-5">
  <h2>Oops!<h2>
    <h4>The page you are looking for does not exist ! </h4>
  <a href='{{ "/" | absURL }}'><button class="btn btn-warning">GO TO HOME</button></a>
</div>
{{ end }}