Skip to content

Commit

Permalink
Updating static files and updating redirection (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold authored May 11, 2024
1 parent 6c245fc commit 01d8a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticfiles/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5;url=https://tldtest.net">
<meta http-equiv="refresh" content="1;url=https://tldtest.net">
<title>Redirecting...</title>
</head>
<body>
Expand Down

0 comments on commit 01d8a45

Please sign in to comment.