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:
6
views/ga.coffee
Normal file
6
views/ga.coffee
Normal file
@@ -0,0 +1,6 @@
|
||||
script '''
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
'''
|
||||
script '''
|
||||
try {var pageTracker = _gat._getTracker("UA-354018-12");pageTracker._trackPageview();} catch(err) {}
|
||||
'''
|
||||
5
views/index.coffee
Normal file
5
views/index.coffee
Normal file
@@ -0,0 +1,5 @@
|
||||
div id: 'logo'
|
||||
div id: 'contact', ->
|
||||
script '''
|
||||
document.write("<n uers=\\"znvygb:pbagnpg\100urnego\056vg\\">pbagnpg\100urnego\056vg<\057n>".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);}));
|
||||
'''
|
||||
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