-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (41 loc) · 2.59 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
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"lang="pt-br" dir="ltr"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="pt-br" dir="ltr"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="pt-br" dir="ltr"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="pt-br" dir="ltr"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="telecuidar/config/environment" content="%7B%22modulePrefix%22%3A%22telecuidar%22%2C%22environment%22%3A%22production%22%2C%22title%22%3A%22Telecuidar%22%2C%22separator%22%3A%22%20-%20%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22telecuidar%22%2C%22version%22%3A%220.0.0+ea7faed1%22%7D%2C%22domainURL%22%3A%22https%3A//telecuidar.netlify.com%22%2C%22exportApplicationGlobal%22%3Afalse%7D" />
<!-- Theme > Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#CACACE">
<!-- Theme > Windows Phone -->
<meta name="msapplication-navbutton-color" content="#CACACE">
<!-- Theme > iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Manifest and App icon -->
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/images/favicon.png">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<!-- External fonts -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700|Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/vendor.css">
<link rel="stylesheet" href="/assets/telecuidar.css">
<!-- Analytics -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5048877-10', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<script src="/assets/vendor.js"></script>
<script src="/assets/telecuidar.js"></script>
</body>
</html>