|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8" /> |
5 | | - <meta name="viewport" content="width=device-width" /> |
| 4 | + <meta charset="utf-8"/> |
| 5 | + <meta name="viewport" content="width=device-width"/> |
6 | 6 | <title>MatBlazor ClientApp</title> |
7 | | - <base href="/" /> |
| 7 | + <base href="/"/> |
8 | 8 | <link rel="icon" type="image/png" sizes="32x32" href="https://raw.githubusercontent.com/SamProf/MatBlazor/master/content/favicon-32x32.png"> |
9 | | - <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" /> |
| 9 | + <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/> |
10 | 10 |
|
11 | 11 |
|
12 | 12 | <!-- Global site tag (gtag.js) - Google Analytics --> |
13 | 13 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-138065618-1"></script> |
14 | 14 | <script> |
15 | 15 | window.dataLayer = window.dataLayer || []; |
16 | 16 |
|
17 | | - function gtag() { dataLayer.push(arguments); } |
| 17 | + function gtag() { |
| 18 | + dataLayer.push(arguments); |
| 19 | + } |
18 | 20 |
|
19 | 21 | gtag('js', new Date()); |
20 | 22 |
|
21 | 23 | gtag('config', 'UA-138065618-1'); |
22 | 24 | </script> |
23 | 25 |
|
24 | 26 |
|
25 | | - <link href="_content/MatBlazor.Demo/site.css" rel="stylesheet" /> |
| 27 | + <link href="_content/MatBlazor.Demo/site.css" rel="stylesheet"/> |
26 | 28 | <script src="_content/MatBlazor/dist/matBlazor.js"></script> |
27 | | - <link href="_content/MatBlazor/dist/matBlazor.css" rel="stylesheet" /> |
| 29 | + <link href="_content/MatBlazor/dist/matBlazor.css" rel="stylesheet"/> |
28 | 30 | <script src="_content/MatBlazor.Demo/matBlazorDemo.js"></script> |
29 | 31 | <script src="_content/MatBlazor.Demo/blazorFiddleLoader.js"></script> |
30 | | - <script data-ad-client="ca-pub-3904134905954949" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
| 32 | + <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3904134905954949" crossorigin="anonymous"></script> |
31 | 33 |
|
32 | 34 |
|
33 | 35 | </head> |
34 | 36 | <body class="mat"> |
35 | | - <app style="display: flex;">Loading...</app> |
| 37 | +<app style="display: flex;">Loading...</app> |
36 | 38 |
|
37 | 39 |
|
38 | | - <div id="blazor-error-ui"> |
39 | | - An unhandled error has occurred. |
40 | | - <a href="" class="reload">Reload</a> |
41 | | - <a class="dismiss">🗙</a> |
42 | | - </div> |
| 40 | +<div id="blazor-error-ui"> |
| 41 | + An unhandled error has occurred. |
| 42 | + <a href="" class="reload">Reload</a> |
| 43 | + <a class="dismiss">🗙</a> |
| 44 | +</div> |
43 | 45 |
|
44 | | - <script src="_framework/blazor.webassembly.js"></script> |
| 46 | +<script src="_framework/blazor.webassembly.js"></script> |
45 | 47 | </body> |
46 | 48 | </html> |
0 commit comments