forked from bittorrenttorque/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·21 lines (18 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head><script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js"></script>
<script src="http://underscorejs.org/underscore-min.js"></script>
<script src="http://backbonejs.org/backbone-min.js"></script>
<script src="https://raw.github.com/andris9/jStorage/master/jstorage.js"></script>
<script src="http://torque.bittorrent.com/btapp/btapp.js"></script>
<script src="http://torque.bittorrent.com/btapp/client.btapp.js"></script>
<script src="http://torque.bittorrent.com/btapp/plugin.btapp.js"></script>
<script src="http://torque.bittorrent.com/btapp/pairing.btapp.js"></script>
<!-- Backbrace was developed specifically to help with Backbone structures arranged like ours -->
<script src="https://raw.github.com/bittorrenttorque/backbrace/master/backbrace.js"></script>
<script type="text/javascript" src="javascripts/application.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css" />
</head>
<body>
</body>
</html>