|
8 | 8 | <meta name="twitter:card" content="summary_large_image" /> |
9 | 9 | <meta name="twitter:site" content="@sourcifyeth" /> |
10 | 10 | <meta name="og:title" content="Sourcify metadata playground" /> |
11 | | - <meta |
12 | | - name="og:description" |
13 | | - content="Playground for decoding data appended to the contract bytecode and metadata" |
14 | | - /> |
15 | | - <meta |
16 | | - name="og:image" |
17 | | - content="https://playground.sourcify.dev/sourcify-eth-card.png" |
18 | | - /> |
| 11 | + <meta name="og:description" content="Playground for decoding data appended to the contract bytecode and metadata" /> |
| 12 | + <meta name="og:image" content="https://playground.sourcify.dev/sourcify-eth-card.png" /> |
19 | 13 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
20 | 14 | <!-- |
21 | 15 | manifest.json provides metadata used when your web app is installed on a |
|
32 | 26 | Learn how to configure a non-root public URL by running `npm run build`. |
33 | 27 | --> |
34 | 28 | <title>playground.sourcify.dev</title> |
35 | | - <!-- Matomo --> |
36 | | - <script> |
37 | | - var _paq = (window._paq = window._paq || []); |
38 | | - /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
39 | | - _paq.push(["setExcludedQueryParams", ["code", "gist"]]); |
40 | | - _paq.push(["trackPageView"]); |
41 | | - _paq.push(["enableLinkTracking"]); |
42 | | - (function () { |
43 | | - var u = "https://ethereumfoundation.matomo.cloud/"; |
44 | | - _paq.push(["setTrackerUrl", u + "matomo.php"]); |
45 | | - _paq.push(["setSiteId", "32"]); |
46 | | - var d = document, |
47 | | - g = d.createElement("script"), |
48 | | - s = d.getElementsByTagName("script")[0]; |
49 | | - g.async = true; |
50 | | - g.src = "//cdn.matomo.cloud/ethereumfoundation.matomo.cloud/matomo.js"; |
51 | | - s.parentNode.insertBefore(g, s); |
52 | | - })(); |
53 | | - </script> |
54 | | - <!-- End Matomo Code --> |
| 29 | + <!-- Umami Analytics --> |
| 30 | + <script |
| 31 | + defer |
| 32 | + src="https://cloud.umami.is/script.js" |
| 33 | + data-website-id="ce896d11-39f4-4b66-9ef4-6ad7f35afefd" |
| 34 | + ></script> |
55 | 35 | </head> |
56 | 36 | <body> |
57 | 37 | <noscript>You need to enable JavaScript to run this app.</noscript> |
|
0 commit comments