Skip to content

Commit

Permalink
Minify 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed Apr 19, 2024
1 parent ea537be commit ce11d01
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Not Found</title>
<script>
location.href = '/#/404';
</script>
</head>
<body></body>
</html>
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Not Found</title><script>location.href='/#/404'; </script></head><body></body></html>

0 comments on commit ce11d01

Please sign in to comment.