added button to 404.html

This commit is contained in:
Lucas Kent 2022-12-06 13:53:24 -05:00 committed by GitHub
parent 7d44ef38a9
commit 91e4d198b5

View File

@ -16,6 +16,8 @@
<h1 style="font-size: 60px;">404</h1> <h1 style="font-size: 60px;">404</h1>
<p style="font-size: 30px;">I don't know how you got here but the page does not exist</p> <p style="font-size: 30px;">I don't know how you got here but the page does not exist</p>
<br> <br>
<a href='/index.html'><button class="button">Home</button></a>
<br>
<img src="/assets/imgs/goofy.gif" alt="crying emoji" class="center" style="width: 220px;height: 220px;"> <img src="/assets/imgs/goofy.gif" alt="crying emoji" class="center" style="width: 220px;height: 220px;">
</body> </body>
<style> <style>