Skip to content

Commit

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

0 comments on commit 8be3911

Please sign in to comment.