Skip to content

Commit

Permalink
add indextthml
Browse files Browse the repository at this point in the history
  • Loading branch information
helenewegener committed Oct 3, 2024
1 parent 783154d commit 3b5e2f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Teachers/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; URL='subfolder/index.html'" />
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected, <a href="subfolder/index.html">click here</a>.</p>
</body>
</html>

0 comments on commit 3b5e2f8

Please sign in to comment.