mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
initial import
This commit is contained in:
11
views/layout.coffee
Normal file
11
views/layout.coffee
Normal 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'
|
||||
Reference in New Issue
Block a user