|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 | <head>
|
| 4 | + |
| 5 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 6 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-136064811-1"></script> |
| 7 | + <script> |
| 8 | + window.dataLayer = window.dataLayer || []; |
| 9 | + function gtag(){dataLayer.push(arguments);} |
| 10 | + gtag('js', new Date()); |
| 11 | + |
| 12 | + gtag('config', 'UA-136064811-1'); |
| 13 | + </script> |
| 14 | + |
4 | 15 |
|
5 | 16 | <!-- Basic -->
|
6 |
| - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 17 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 | 18 | <title>Simas - Page Inicial</title>
|
8 | 19 | <meta name="description" content="">
|
9 | 20 | <meta name="keywords" content="">
|
|
24 | 35 | <!--[if lt IE 9]>
|
25 | 36 | <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
|
26 | 37 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
27 |
| - <![endif]--> |
28 |
| - |
29 |
| - <!-- Favicons --> |
30 |
| - <link rel="shortcut icon" href="images/favicons/favicon.ico"> |
31 |
| - <link rel="apple-touch-icon" href="images/favicons/apple-touch-icon.png"> |
32 |
| - <link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-touch-icon-72x72.png"> |
33 |
| - <link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-touch-icon-114x114.png"> |
34 |
| - |
| 38 | +<![endif]--> |
| 39 | + |
| 40 | +<!-- Favicons --> |
| 41 | +<link rel="shortcut icon" href="images/favicons/favicon.ico"> |
| 42 | +<link rel="apple-touch-icon" href="images/favicons/apple-touch-icon.png"> |
| 43 | +<link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-touch-icon-72x72.png"> |
| 44 | +<link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-touch-icon-114x114.png"> |
| 45 | + |
35 | 46 | </head>
|
36 | 47 |
|
37 | 48 | <body>
|
|
68 | 79 |
|
69 | 80 | <!-- Wrapper -->
|
70 | 81 | <div class="wrapper">
|
71 |
| - |
| 82 | + |
72 | 83 | <!-- Started -->
|
73 | 84 | <div class="section started">
|
74 | 85 | <div class="centrize full-width">
|
|
87 | 98 | </div>
|
88 | 99 | </div>
|
89 | 100 | </div>
|
90 |
| - |
| 101 | + |
91 | 102 | </div>
|
92 | 103 |
|
93 | 104 | <!-- Footer -->
|
|
112 | 123 | </div>
|
113 | 124 |
|
114 | 125 | <!-- jQuery Scripts -->
|
115 |
| - <script src="js/jquery.min.js"></script> |
| 126 | + <script src="js/jquery.min.js"></script> |
116 | 127 | <script src="js/jquery.validate.js"></script>
|
117 | 128 | <script src="js/typed.js"></script>
|
118 | 129 | <script src="js/magnific-popup.js"></script>
|
|
0 commit comments