-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
24 lines (24 loc) · 848 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<title>backbone-dnode</title>
<meta http-equiv='content-type' content='text/html;charset=UTF-8' />
<meta http-equiv='X-UA-Compatible' content='chrome=1'>
<script type='text/javascript' src='http://cdnjs.cloudflare.com/ajax/libs/documentup/latest.min.js'></script>
<script type='text/javascript'>
DocumentUp.document({
repo: 'sorensen/backbone-dnode'
, travis: true
, twitter: 'beausorensen'
})
</script>
</head>
<body>
<script>
var _gaq=[['_setAccount','UA-21349403-3'],['_trackPageview']]
;(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'
s.parentNode.insertBefore(g,s)}(document,'script'))
</script>
</body>
</html>