|
1 |
| - <meta charset="utf-8"/> |
2 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 1 | +<meta charset="utf-8"/> |
| 2 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
3 | 3 |
|
4 |
| - <link rel="home" href="https://www.w3.org/"/> |
5 |
| - <link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/> |
6 |
| - <link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/> |
| 4 | +<link rel="home" href="https://www.w3.org/"/> |
| 5 | +<link rel="icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-32.png"/> |
| 6 | +<link rel="apple-touch-icon" type="image/png" href="https://www.w3.org/assets/logos/w3c/favicon-180.png"/> |
7 | 7 |
|
8 |
| - <link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/> |
| 8 | +<link rel="stylesheet" href="{{ asset('styles/core.css?ver=1.4', 'website-2021') }}" media="screen"/> |
9 | 9 |
|
10 |
| - <!-- |
11 |
| - CSS Mustard Cut |
12 |
| - Print (Edge doesn't apply to print otherwise) |
13 |
| - Edge, Chrome 39+, Opera 26+, Safari 9+, iOS 9+, Android ~5+, Android UCBrowser ~11.8+ |
14 |
| - FF 47+ |
15 |
| - --> |
16 |
| - <link rel="stylesheet" id="advanced-stylesheet" |
17 |
| - href="{{ asset('styles/advanced.css?ver=1.4', 'website-2021') }}" media=" |
18 |
| - only print, |
19 |
| - only all and (pointer: fine), only all and (pointer: coarse), only all and (pointer: none), |
20 |
| - only all and (min--moz-device-pixel-ratio:0) and (display-mode:browser), (min--moz-device-pixel-ratio:0) and (display-mode:fullscreen) |
21 |
| - "> |
22 |
| - <link rel="stylesheet" href="{{ asset('styles/print.css', 'website-2021') }}" media="print"/> |
| 10 | +<!-- |
| 11 | +CSS Mustard Cut |
| 12 | +Print (Edge doesn't apply to print otherwise) |
| 13 | +Edge, Chrome 39+, Opera 26+, Safari 9+, iOS 9+, Android ~5+, Android UCBrowser ~11.8+ |
| 14 | +FF 47+ |
| 15 | +--> |
| 16 | +<link rel="stylesheet" id="advanced-stylesheet" |
| 17 | + href="{{ asset('styles/advanced.css?ver=1.4', 'website-2021') }}" media=" |
| 18 | + only print, |
| 19 | + only all and (pointer: fine), only all and (pointer: coarse), only all and (pointer: none), |
| 20 | + only all and (min--moz-device-pixel-ratio:0) and (display-mode:browser), (min--moz-device-pixel-ratio:0) and (display-mode:fullscreen) |
| 21 | + "> |
| 22 | +<link rel="stylesheet" href="{{ asset('styles/print.css', 'website-2021') }}" media="print"/> |
23 | 23 |
|
24 |
| - <script src="{{ asset('js/libraries/fontfaceobserver.js', 'website-2021') }}"></script> |
| 24 | +<script src="{{ asset('js/libraries/fontfaceobserver.js', 'website-2021') }}"></script> |
25 | 25 |
|
26 |
| - <script> |
27 |
| - var myFont = new FontFaceObserver('Noto Sans'); |
| 26 | +<script> |
| 27 | + var myFont = new FontFaceObserver('Noto Sans'); |
28 | 28 |
|
29 |
| - Promise.all([myFont.load()]).then(function () { |
30 |
| - document.documentElement.className += " fonts-loaded"; |
31 |
| - }); |
| 29 | + Promise.all([myFont.load()]).then(function () { |
| 30 | + document.documentElement.className += " fonts-loaded"; |
| 31 | + }); |
32 | 32 |
|
33 |
| - (function () { |
34 |
| - var linkEl = document.getElementById('advanced-stylesheet'); |
35 |
| - if (window.matchMedia && window.matchMedia(linkEl.media).matches) { |
36 |
| - var script = document.createElement('script'); |
37 |
| - script.src = '{{ asset('js/main.js?ver=1.4', 'website-2021') }}'; |
38 |
| - script.defer = true; |
39 |
| - document.querySelector('head').appendChild(script); |
40 |
| - (function (H) { |
41 |
| - H.className = H.className.replace(/\bno-js\b/, 'js') |
42 |
| - })(document.documentElement); |
43 |
| - } |
44 |
| - })(); |
45 |
| - </script> |
| 33 | + (function () { |
| 34 | + var linkEl = document.getElementById('advanced-stylesheet'); |
| 35 | + if (window.matchMedia && window.matchMedia(linkEl.media).matches) { |
| 36 | + var script = document.createElement('script'); |
| 37 | + script.src = '{{ asset('js/main.js?ver=1.4', 'website-2021') }}'; |
| 38 | + script.defer = true; |
| 39 | + document.querySelector('head').appendChild(script); |
| 40 | + (function (H) { |
| 41 | + H.className = H.className.replace(/\bno-js\b/, 'js') |
| 42 | + })(document.documentElement); |
| 43 | + } |
| 44 | + })(); |
| 45 | +</script> |
0 commit comments