Skip to content

Commit

Permalink
updated links to static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Mar 26, 2013
1 parent 26a8196 commit a880a14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static/index.html
Expand Up @@ -6,8 +6,8 @@
<style>
.hide {display:none;}
</style>
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="vendor/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="vendor/bootstrap-2.1.1/css/bootstrap.css" rel="stylesheet">
<link href="vendor/bootstrap-2.1.1/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
Expand Down Expand Up @@ -38,9 +38,9 @@ <h1>Welcome to Talkilla!</h1>
</div>
</div>
</div>
<script src="vendor/jquery.js"></script>
<script src="vendor/underscore.js"></script>
<script src="vendor/backbone.js"></script>
<script src="vendor/jquery-1.9.1.js"></script>
<script src="vendor/underscore-1.4.4.js"></script>
<script src="vendor/backbone-1.0.0.js"></script>
<script src="talkilla.js"></script>
</body>
</html>

0 comments on commit a880a14

Please sign in to comment.