Created
September 8, 2021 09:27
-
-
Save jaikt/b1746a5b717b52355c4360d2eb50e5cb to your computer and use it in GitHub Desktop.
404 Error Page Design By Tips Tech
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This template was made possible by Tips Tech (https://geektechtips.xyz/) --> | |
<div id="notfound"> | |
<div class="notfound"> | |
<div class="notfound-404"> | |
<h1>Oops!</h1> | |
<h2>404 - NOTHING EXISTS</h2> | |
</div> | |
<a href="#" target="_blank">HOME</a> | |
</div> | |
</div> | |
<!-- This template was made possible by Tips Tech (https://geektechtips.xyz/) --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment