Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfux0115 authored Jan 11, 2025
1 parent 8be3911 commit 6b403d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=subfolder/index.html">
<meta http-equiv="refresh" content="0; url=public/index.html">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to the chatbot...</p>
<a href="subfolder/index.html">Click here if not redirected</a>
<a href="public/index.html">Click here if not redirected</a>
</body>
</html>

0 comments on commit 6b403d5

Please sign in to comment.