Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
udontur authored Mar 23, 2024
1 parent 30ef2c1 commit 5937ca3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
font-weight: 600;
cursor: pointer;
transition-duration: 0.3s;
height: 80px;
width: 500px;
}
button:hover{
background-color: #e0e0e0;
Expand All @@ -39,7 +41,7 @@
</head>
<body>
<center><h1>404 Not found</h1></center>
<center><a href="https://udontur.github.io/"><button>Back</button></a></center>
<center><a href="https://hadrianlau.com/"><button>Back to Home</button></a></center>
<script>

</script>
Expand Down

0 comments on commit 5937ca3

Please sign in to comment.