-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (29 loc) · 1.28 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
29
30
31
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.0/css/foundation.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js"></script>
<script src="/angular-foundation.js"/>
<script src="/mediaflow.browser.min.js"></script>
<script src="/angular.mediaflow.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="/main.js"></script>
</head>
<body ng-app="app">
<mf-img mf-id="52c1cc41ccbb733f108b47c3" config="small"></mf-img>
<mf-img mf-id="52c1cc41ccbb733f108b47c3" config='[50,50,"original:1"]'></mf-img>
<mf-img
mf-id="52c1cc41ccbb733f108b47c3"
mf-interchange={"small":"small","large":[500,200,"original:1"]}>
</mf-img>
<mf-img
mf-id="52c1cc41ccbb733f108b47c3"
mf-interchange-prefix='data-'
mf-interchange={"small":"small","large":[500,500]}>
</mf-img>
<script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.0/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>