-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
92 lines (74 loc) · 3.42 KB
/
test.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="common/files/images/general/apple-touch-icon-ipad-retina-152x152.png" type="image/png" />
<script type="text/javascript">
var globals = {
cacheBuster: 19,
social: {
facebook: {
appId: 746884852030566
}
},
tracking: {
google: {
trackingId: 'UA-51796284-1'
}
}
};
</script>
<meta charset="utf-8">
<title>代码获得</title>
<link rel="icon" href="common/files/images/general/apple-touch-icon-ipad-retina-152x152.png" type="image/png" />
<meta name="description" content="Spotify">
<meta http-equiv="X-UA-Compatible" content="IE=100" > <!-- IE9 mode -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta property="og:title" content="Spotify" />
<meta property="og:site_name" content="Spotify"/>
<!-- <meta property="og:image" content="http://sainsbury-recipes-stage.appspot.com/frontend/images/share_image.png"/> -->
<meta property="og:description" content="Spotify"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/desktop.css?cacheBuster=16">
</head>
<body>
<div id="fb-root"></div>
<!-- script tag containing global variables set through php -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', globals.tracking.google.trackingId, 'auto');
// example call
// ga('send', 'pageview', {
// 'page': '/my-overridden-page?id=1',
// 'title': 'my overridden page'
// });
</script>
<script src="common/js/libs/jquery-1.11.1.js"></script>
<script src="common/js/breel/utils/PolyFills.js"></script>
<script src="desktop/js/cannes_during/breel/breel.js"></script>
<script src="common/js/breel/utils/BrowserDetector.js"></script>
<script src="common/js/libs/modernizr.AR.js"></script>
<script src="common/js/breel/utils/fallbackCheck.js"></script>
<script src="common/js/libs/Tween.js"></script>
<script src="common/js/libs/glMatrix-0.9.5.min.js"></script>
<script src="common/js/libs/native.history.js"></script>
<script src="common/js/libs/json2.min.js"></script>
<script src="common/js/libs/dat.gui.js"></script>
<script src="common/js/libs/Stats.js"></script>
<script src="common/js/bongiovi/GLModel.js"></script>
<script src="common/js/bongiovi/GLModelShader.js"></script>
<script src="common/js/bongiovi/GLTexture.js"></script>
<script src="common/js/bongiovi/ProjectionPerspectiveMatrix.js"></script>
<script src="common/js/bongiovi/Scene.js"></script>
<script src="common/js/bongiovi/SimpleCamera.js"></script>
<script src="common/js/bongiovi/HoverCamera.js"></script>
<script src="common/js/bongiovi/View.js"></script>
<script src="common/js/libs/Social.js"></script>
<script src="common/js/libs/CSSanimate.js"></script>
<script src="desktop/js/cannes_during/breel/scriptInserter.js?cacheBuster=16"></script>
</body>
</html>