-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
28 lines (28 loc) · 1.71 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
<!DOCTYPE HTML>
<html>
<head>
<title> CompanyName ProductName </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.0.2/ui-bootstrap-tpls.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.7/angular-animate.min.js"></script>
<link rel="stylesheet" href="../../style/bubble.css">
<link rel="stylesheet" href="../../style/product.css">
<script type="text/javascript" src="../../js/bubble.js"></script>
<script type="text/javascript" src="../../js/cormorant.js"></script>
<script type="text/javascript" src="../../js/cuttlefish.js"></script>
<script type="text/javascript" src="../../js/visualisation.js"></script>
<script type="application/ld+json">
/* PASTE STRUCTURED DATA HERE */
</script>
</head>
<body ng-app="visualisation">
<div ng-controller="BubbleCtrl" class="bubble-container">
<bubble ng-if="story" json="story" size="240px" toggle="false"></bubble>
</div>
<footer class="footer">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</footer>
</body>
</html>