-
Notifications
You must be signed in to change notification settings - Fork 55
/
index.html
61 lines (53 loc) · 2.57 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html><html><head>
<meta charset='utf-8'/>
<style>
#test-container {
position: relative;
height: 40px;
}
#test1 {
width: 40px;
height: 40px;
background: red;
position: absolute;
}
</style>
<link href="website/dict/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="website/highlight.js/styles/googlecode.css" rel="stylesheet">
<link href="website/dict/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link rel="stylesheet" href="website/dict/bootstrap/css/font-awesome.min.css">
<link rel="stylesheet" href="website/dict/gh-fork-ribbon.css" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="website/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="website/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="website/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="website/apple-touch-icon-57x57-precomposed.png">
<title>Catiline.js</title>
</head><body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/calvinmetcalf/catiline">Fork me on GitHub</a>
</div>
</div>
<div class="row-fluid">
<div class="span2"></div> <div class="span10"><div class="page-header">
<h1>Catiline.js <small>A JavaScript Library for workers</small></h1> by Calvin Metcalf <a href="https://twitter.com/CWMma"><i class="icon-twitter"></i></a><a href="https://github.com/calvinmetcalf"><i class="icon-github-alt"></i></a></div> </div></div>
<div class="row-fluid"><div class="span2"></div>
<div class="span8" id="cont">
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> </script>
<script src="website/lodash.backbone.min.js"> </script>
<script src="website/backbone.min.js"> </script>
<script src="website/highlight.js/highlight.pack.js"></script>
<script src="website/marked/marked.js"></script>
<script src="website/coffee-script.js"></script>
<script src="dist/catiline.js"></script>
<script type="text/coffeescript" src="website/script.coffee"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41208215-1', 'catilinejs.com');
ga('send', 'pageview');
</script></body></html>