Skip to content

Instantly share code, notes, and snippets.

@jaikt
Created September 8, 2021 09:27
Show Gist options
  • Save jaikt/b1746a5b717b52355c4360d2eb50e5cb to your computer and use it in GitHub Desktop.
Save jaikt/b1746a5b717b52355c4360d2eb50e5cb to your computer and use it in GitHub Desktop.
404 Error Page Design By Tips Tech
<!-- 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