-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1000 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 1000 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="description" content="The Lemonad JavaScript library.">
<title>functional js</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
</head>
<body>
<header>
<hgroup>
<h1>fun<img src="lemonad.png" height="32" width="32" alt="o">js</h1>
<h2 id="tagline">with lemonad</h2>
</hgroup>
</header>
<section>
<h3><a href="what.html">what</a> | <a href="https://github.com/fogus/lemonad">source</a> | <a href="test.html">specs</a> | <a href="https://github.com/fogus/lemonad/issues">tickets</a> | <a href="http://npmjs.org/package/lemonad">npm</a> | <a href="lemonad.html">annotation</a></h3>
</section>
<footer>
<p>© 2013 <a href="http://www.fogus.me/">fogus</a></p>
</footer>
</body>
</html>