Skip to content

Commit 7d35327

Browse files
authored
add index.html that redirects to MotionMark1.2. fixes #2 (#3)
1 parent 623628c commit 7d35327

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<meta http-equiv="refresh" content="0;URL='MotionMark1.2/'" />
6+
<title>MotionMark</title>
7+
</head>
8+
<body>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)