This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
head.html
37 lines (34 loc) · 2.07 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link rel="stylesheet" href="/style/v2/style.css"/>
<script src="/scripts/v2/scripts.js" defer></script>
<script src="/scripts/v2/common.js" type="module"></script>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="google-site-verification" content="YD_ublu5NDiQWLZhQC5N-7eL-zo0TFpPS-l9vFqgdSI"/>
<meta property="article:publisher" content="https://www.facebook.com/Adobe"/>
<meta property="og:type" content="article"/>
<meta property="og:site_name" content="Adobe Blog"/>
<meta name="twitter:site" content="@Adobe"/>
<meta name="twitter:creator" content="@Adobe"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="serp-content-type" content="blog"/>
<link rel="publisher" href="https://www.facebook.com/Adobe"/>
<link rel="icon" type="image/svg+xml" href="/icons/adobe.svg"/>
<link rel="alternate icon" href="https://www.adobe.com/favicon.ico"/>
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-touch-icon-120x120.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-touch-icon-152x152.png"/>
<link rel="apple-touch-icon" sizes="167x167" href="/icons/apple-touch-icon-167x167.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon-180x180.png"/>
<link rel="apple-touch-icon-precomposed" href="/icons/apple-touch-icon-precomposed.png"/>
<script>
if (!navigator.sendBeacon) {
var hashCode = function hashCode(s) {
return s.split('').reduce(function (a, b) {
return (a << 5) - a + b.charCodeAt(0) | 0;
}, 0);
};
var id = "".concat(hashCode(window.location.href), "-").concat(new Date().getTime(), "-").concat(Math.random().toString(16).substr(2, 14));
var data = JSON.stringify({ referer: window.location.href, checkpoint: 'unsupported', weight: 1, id: id }); var img = new Image(); img.src = 'https://rum.hlx3.page/.rum/1?data='+encodeURIComponent(data); }
</script>
<noscript>
<img src="https://rum.hlx3.page/.rum/1?data=%7B%22checkpoint%22%3A%22noscript%22%2C%22weight%22%3A1%7D">
</noscript>