Skip to content

Commit 7a065c0

Browse files
author
David Brady
committed
Added index.html from temp site
1 parent a344a1d commit 7a065c0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.rvmrc

index.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>CoffeeScript Cookbook</title>
5+
</head>
6+
<h1>CoffeeScript Cookbook</h1>
7+
<hr />
8+
<p>
9+
...man wouldn't it be great if there was a cookbook here?
10+
</p>
11+
<p>
12+
I know, right? So check out <a href="http://www.heartmindcode.com/blog/2011/05/coffeescriptcookbook-com-how-you-can-help/">HeartMindCode.com</a> to find out how you can help!
13+
</p>
14+
<hr />
15+
<p>
16+
<i>Note: I snagged this domain because I thought there was a need to curate a cookbook for CoffeeScript. If somebody else is doing a better job, please contact me. I would love to give you this domain.</i>
17+
</p>
18+
<p>Version 2.0</p>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)