-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
29 lines (28 loc) · 976 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta http-equiv="refresh" content="5;url=http://www.lamdu.org/" />
<title>Lamdu typo redirection page</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body style="text-align: center;">
<h2>Lamdu typo redirection page</h2>
<p>
The name for
<a href="http://www.lamdu.org/">Lamdu</a>
derives from
<a href="https://en.wikipedia.org/wiki/Lambda_calculus">Lambda calculus</a>,
and so often people spell it as "Lambdu".
</p>
<h2>Automatic redirect</h2>
<p>
This page will automatically redirect you to lamdu.org in 5 seconds.
<a href="http://www.lamdu.org/"><b>Go to lamdu.org now!</b></a>
</p>
</body>
</html>