update custom 404
This commit is contained in:
parent
57c81bc240
commit
e76be75056
1 changed files with 9 additions and 5 deletions
|
@ -11,15 +11,15 @@ const description = "Have you tried turning it off and on again?";
|
|||
<h1 title="Ayo Ayco | Software Engineer + Web Developer">
|
||||
<span class="heavy-text">Not</span>Found
|
||||
</h1>
|
||||
<p>You seem lost? Don't worry!</p>
|
||||
<p>
|
||||
I tried my best, but the resource you are looking for is not in the
|
||||
website.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<main>
|
||||
<section class="cards-section">
|
||||
<p>
|
||||
There's always a chance that you mistyped the URL, or the person who
|
||||
shared it made a mistake, or maybe I shared a wrong link! 😱
|
||||
</p>
|
||||
<h2>Don't worry 🤗</h2>
|
||||
<p>For your convenience, here are some possibly interesting links:</p>
|
||||
<ol>
|
||||
<li>
|
||||
|
@ -35,6 +35,10 @@ const description = "Have you tried turning it off and on again?";
|
|||
<a href="https://ayo.ayco.io/now">Now: What I'm currently up to</a>
|
||||
</li>
|
||||
</ol>
|
||||
<p>
|
||||
If you still feel this is a mistake that I can fix on my end, please
|
||||
feel free to email me: ayo[at]ayco.io
|
||||
</p>
|
||||
<Footer />
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue