Skip to content

Commit 92a97bc

Browse files
committed
web project
1 parent 2b40247 commit 92a97bc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=./html/Home.html" />
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
<p>
9+
If you are not redirected automatically, follow this
10+
<a href="home.html">link</a>.
11+
</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)