Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
snyperf1 committed Dec 23, 2024
1 parent b7f5ea8 commit c14ebb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<title>F1 Countdown</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="countdown.css">
<meta http-equiv="refresh" content="0; url=/f1/f1-countdown/">
<script>
// JavaScript redirect
window.location.href = "/f1-countdown/";
</script>

</head>
<body>
Expand Down

0 comments on commit c14ebb3

Please sign in to comment.