Skip to content

Commit 1ff0f94

Browse files
committed
placeholder index
1 parent b680789 commit 1ff0f94

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

index.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, user-scalable=no">
7+
8+
<title>DataKind</title>
9+
</head>
10+
Placeholder, full site forthcoming.
11+
<br><br>
12+
Rerouting to http://www.datakind.org/ ...
13+
<body>
14+
15+
<script type="text/javascript">
16+
setTimeout(function() {
17+
window.location = "http://www.datakind.org/";
18+
}, 1250)
19+
</script>
20+
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)