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">
|
<h1 title="Ayo Ayco | Software Engineer + Web Developer">
|
||||||
<span class="heavy-text">Not</span>Found
|
<span class="heavy-text">Not</span>Found
|
||||||
</h1>
|
</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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<main>
|
<main>
|
||||||
<section class="cards-section">
|
<section class="cards-section">
|
||||||
<p>
|
<h2>Don't worry 🤗</h2>
|
||||||
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>
|
|
||||||
<p>For your convenience, here are some possibly interesting links:</p>
|
<p>For your convenience, here are some possibly interesting links:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<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>
|
<a href="https://ayo.ayco.io/now">Now: What I'm currently up to</a>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</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 />
|
<Footer />
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue