-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObservr.html
More file actions
27 lines (24 loc) · 1.45 KB
/
Observr.html
File metadata and controls
27 lines (24 loc) · 1.45 KB
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
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Observr</title>
<meta name="description" content="">
<meta name="author" content="Raphael Eidus">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<script src="javascripts/lib/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="javascripts/lib/json2.js" type="text/javascript"></script>
<script src="javascripts/lib/underscore-min.js" type="text/javascript"></script>
<script src="javascripts/lib/bootstrap.min.js" type="text/javascript"></script>
<script src="javascripts/lib/less-1.3.0.min.js" type="text/javascript"></script>
<script src="javascripts/lib/backbone-min.js" type="text/javascript"></script>
<script src="javascripts/lib/coffee-script.js" type="text/javascript"></script>
<script src="javascripts/templates.coffee" type="text/coffeescript"></script>
<script src="javascripts/observr.coffee.js" type="text/coffeescript"></script>
</head>
<body id="Body">
</body>