forked from Shapeshift-Public/ShapeShift-Skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·22 lines (22 loc) · 901 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="css/main.css" />
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="bower_components/qrcode-generator/js/qrcode.js"></script>
<script src="bower_components/qrcode-generator/js/qrcode_UTF8.js"></script>
<script src="bower_components/angular-qrcode/qrcode.js"></script>
<script src="bower_components/angular-bootstrap/ui-bootstrap.js"></script>
<script src="lib/shapeshift-api.js"></script>
<script src="lib/widget.js"></script>
</head>
<body>
<div ng-app="ss-widget">
<div ui-view="shapeshift-widget"></div>
</div>
</body>
</html>