Skip to content

Commit

Permalink
fix: 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Sep 19, 2024
1 parent 2dbd9c8 commit bd7ad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" style="width:100%;height:100%;background:#222;">
<head>
<meta charset="UTF-8">
<!-- <meta http-equiv="refresh" content="0;url=/"> -->
<meta http-equiv="refresh" content="0;url=/">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover">
<title>404</title>
</head>
Expand Down

0 comments on commit bd7ad94

Please sign in to comment.