|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <title>Angular MDC</title> |
6 | | - <base href="/"> |
| 4 | +<meta charset="utf-8"> |
| 5 | +<title>Angular MDC</title> |
| 6 | +<base href="/angular-mdc-web/"> |
7 | 7 |
|
8 | | - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> |
9 | | - <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
10 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"> |
| 8 | +<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> |
| 9 | +<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> |
| 10 | +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"> |
11 | 11 |
|
12 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
13 | | - <link rel="icon" href="favicon.png"> |
| 12 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 13 | +<link rel="icon" href="favicon.png"> |
14 | 14 | </head> |
15 | 15 | <body class="mdc-typography"> |
16 | 16 | <app-root></app-root> |
17 | | -</body> |
| 17 | + <script> |
| 18 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 19 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 20 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 21 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 22 | + ga('create', 'UA-100407098-1', 'auto'); |
| 23 | + </script> |
| 24 | + </body> |
18 | 25 | </html> |
0 commit comments