-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
45 lines (39 loc) · 1.75 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Écoute</title>
<script>
(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','UA-35422317-1','auto');
ga('set', 'page', 'psycholinguistics-sails' + window.location.href.replace(window.location.protocol, "").replace(/^\//,""));
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="node_modules/oprime-montage/bower_components/normalize-css/normalize.css" />
<link rel="stylesheet" href="node_modules/oprime-montage/assets/style/style.css" />
<link rel="stylesheet" href="node_modules/oprime-montage/assets/style/chromeapp.css" />
<!-- Android install to homescreen options-->
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" sizes="128x128" href="assets/img/icon128.png">
<!-- iOS install to homescreen options-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" sizes="128x128" href="assets/img/icon128.png">
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon" />
<meta data-insertcordovahere="" />
<script src="node_modules/montage/montage.js" async></script>
<script type="text/montage-serialization">
{
"owner": {
"prototype": "montage/ui/loader.reel"
}
}
</script>
</head>
<body>
<span class="loading"></span>
</body>
</html>