|
2 | 2 | <html lang="en-US">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8">
|
5 |
| - <title>Angular Material UI component library</title> |
| 5 | + <title>Angular Material UI Component Library</title> |
6 | 6 | <link rel="canonical" href="https://material.angular.io">
|
7 | 7 | <base href="/">
|
8 | 8 |
|
|
36 | 36 | <meta property="og:image:width" content="1339" />
|
37 | 37 | <meta property="og:image:height" content="943" />
|
38 | 38 |
|
39 |
| - <link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png?v=8.2.3"> |
40 |
| - <link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png?v=8.2.3"> |
41 |
| - <link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png?v=8.2.3"> |
42 |
| - <link rel="manifest" href="assets/img/favicons/manifest.json?v=8.2.3"> |
43 |
| - <link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg?v=8.2.3" color="#d7e3ff"> |
44 |
| - <link rel="shortcut icon" href="assets/img/favicons/favicon.ico?v=8.2.3"> |
45 |
| - <meta name="msapplication-TileColor" content="#d7e3ff"> |
46 |
| - <meta name="msapplication-config" content="assets/img/favicons/browserconfig.xml?v=8.2.3"> |
| 39 | + <link rel="manifest" href="assets/img/manifest.json?v=19.1.0"> |
| 40 | + <link rel="shortcut icon" href="assets/img/favicon.ico?v=19.1.0"> |
47 | 41 | <meta name="theme-color" content="#d7e3ff">
|
48 | 42 |
|
49 | 43 | <link rel="preconnect" href="https://fonts.gstatic.com">
|
|
68 | 62 | "@type": "Organization",
|
69 | 63 | "name": "Angular",
|
70 | 64 | "description": "Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.",
|
71 |
| - "url": "https://angular.io", |
| 65 | + "url": "https://angular.dev", |
72 | 66 | "logo": "https://angular.io/assets/images/logos/angular/angular.svg"
|
73 | 67 | }
|
74 | 68 | }
|
|
93 | 87 | m.parentNode.insertBefore(a,m)
|
94 | 88 | })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
95 | 89 | </script>
|
96 |
| - <script> |
97 |
| - // This hides the address bar on mobile browsers |
98 |
| - // https://developers.google.com/web/fundamentals/native-hardware/fullscreen/ |
99 |
| - window.addEventListener('load', function() { window.scrollTo(0, 1); }); |
100 |
| - </script> |
101 | 90 | </body>
|
102 | 91 | </html>
|
0 commit comments