Skip to content

Commit

Permalink
add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
l10178 committed May 12, 2024
1 parent b125f60 commit bbb57af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions layouts/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{ define "main" }}
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8">
<article>
<h1 class="text-center">404 Page Not Found</h1>
<p class="text-center">Moved to new domain: <a href="https://www.xlabs.club/">https://www.xlabs.club/</a></p>
<p class="text-center">请访问我们的新域名:<a href="https://www.xlabs.club/">https://www.xlabs.club/</a></p>
</article>
</div>
</div>
{{ end }}

0 comments on commit bbb57af

Please sign in to comment.