mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-02-25 15:56:54 +01:00
Added glitch effect to 404
This commit is contained in:
parent
a623983172
commit
0771508efd
1 changed files with 5 additions and 2 deletions
|
@ -7,8 +7,11 @@
|
|||
<div class="row">
|
||||
<div class="col-12 text-center">
|
||||
<img src="{{ site.Params.logo | safeURL }}">
|
||||
<h1>404</h1>
|
||||
<h2>Page Not Found</h2>
|
||||
<div class="mt-20 mb-20">
|
||||
<h1 class="bold glitch" data-text="404">404</h1>
|
||||
<h2>Page Not Found</h2>
|
||||
<p>Sorry cant find that page :(</p>
|
||||
</div>
|
||||
<a class="btn btn-main" href="{{ site.BaseURL | relLangURL }}">Back to home</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue