mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
10 lines
308 B
HTML
10 lines
308 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>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
{{ end }} |