initial import

This commit is contained in:
2011-12-24 17:23:40 +00:00
commit 788d133ab0
12 changed files with 197 additions and 0 deletions

11
views/layout.coffee Normal file
View File

@@ -0,0 +1,11 @@
doctype 5
html ->
head ->
meta charset: 'utf-8'
title 'heartb.it'
link rel: 'stylesheet', href: 'css/style.css'
body ->
@body
partial 'ga'