Skip to content

Commit c34e1aa

Browse files
committed
index.html: redirecting to ocsigen.org until we set things up
1 parent bb9a0da commit c34e1aa

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<title>Redirecting...</title>
5+
<meta http-equiv="Content-Type"
6+
content="text/html; charset=utf-8" />
7+
<meta charset="UTF-8" />
8+
<meta http-equiv="refresh"
9+
content="1; URL=http://www.ocsigen.org" />
10+
</head>
11+
<body>
12+
<p>
13+
Redirecting to
14+
<a href="http://www.ocsigen.org">http://www.ocsigen.org</a>
15+
</p>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)