-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathunder-maintenance.html
More file actions
67 lines (67 loc) · 2.99 KB
/
Copy pathunder-maintenance.html
File metadata and controls
67 lines (67 loc) · 2.99 KB
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
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Try Haskell is under maintenance!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="google-site-verification"
content="q3BH34YRyNZdPysYNE0FbM4bJl2hkY67BK0tEExs1a4">
<meta name="description" content="Try Haskell in your browser! An interactive tutorial for the Haskell programming language.">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/tryhaskell.css" type="text/css" media="screen">
<!--[if lte IE 6]>
<style type="text/css" media="screen">
div.primary-content { width:600px;margin-left:70px;float:left }
</style>
<![endif]-->
</head>
<body>
<div class="page-wrap" style="margin-top:100px">
<div class="primary-content">
<div class="main-wrapper bgs2">
<div class="main-wrapper-top sprites"></div>
<div class="main-wrapper-borders bgs">
<div class="guide-wrapper">
<div class="guide-wrapper-top sprites"></div>
<div class="guide-wrapper-borders bgs">
<div class="guide">
<h3>Try Haskell is currently under maintenance!</h3>
<div class="indent">
<p><strong>Check back in ten minutes!</strong></p>
<p>
You're seeing this message because this web site
is under maintenance <strong>right
now!</strong>.
</p>
<p>
Cool new features are probably being added. We
just need to make sure it's right.
</p>
</div>
<div id="learn-more" style="margin-top:20px">
<h3>Meanwhile...</h3>
<div class="indent">
<p class="clearfix">
<a class="tryhaskellcover sprites"
href="http://book.realworldhaskell.org/"
title="Real World Haskell"><span>Real World Haskell!</span></a>
Get stuck into a book with
<a href="http://book.realworldhaskell.org/">Real
World Haskell</a> <small class="note">
(readable online!)</small>, published by O'Reilly Media.
Checkout
<a href="http://haskell.org/"
title="Haskell home page">Haskell.org</a>
for more information about Haskell.</p>
</div>
</div>
</div>
</div>
<div class="guide-wrapper-bottom sprites"></div>
</div>
</div>
<div class="main-wrapper-bottom sprites"></div>
</div>
</div>
</div>
</body>
</html>