-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (46 loc) · 1.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Amsterdam Clojurians Meetup</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="generated" content="2010-10-11 01:19:28 CEST"/>
<meta name="author" content="Carlo Sciolla"/>
<meta name="description" content="The Amsterdam Clojurians meetup is the largest clojure community in the Netherlands"/>
<meta name="keywords" content="clojure, clojurescript, meetup, technology, funprog, functional programming, netherlands, amsterdam"/>
<meta http-equiv=refresh content="1; url=http://amsclj.nl" />
<style type="text/css">
body {
background-color: #F0F2EE;
}
div.content {
height: 250px;
width: 300px;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<div class="content">
<img src="ams-clj.jpg" alt="The Amsterdam Clojurians meetup" />
<pre>(-> location redirect)</pre>
</div>
<script type="text/javascript">
(function(){
var delay = 1000; // ms
var location = "http://amsclj.nl";
var redirect = function() {
window.location = location;
};
setTimeout(redirect, delay);
})();
</script>
</body>
</html>