|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <base href="./" /> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <title>Frequency</title> |
| 7 | + <link rel="icon" href="/_pr/83/favicon.ico" sizes="any" /> |
| 8 | + <link rel="icon" href="/_pr/83/favicon.svg" type="image/svg+xml" /> |
| 9 | + <link rel="apple-touch-icon" href="/_pr/83/apple-touch-icon.png" /> |
| 10 | + <link rel="manifest" href="/_pr/83/manifest.webmanifest" /> |
| 11 | + <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> |
| 12 | + |
| 13 | + <meta property="og:title" content="Frequency" /> |
| 14 | + <meta property="og:url" content="" /> |
| 15 | + <meta |
| 16 | + property="og:description" |
| 17 | + content="Frequency fuels the Social Web, putting control & data privacy in your hands." |
| 18 | + /> |
| 19 | + <!-- The og:images must be absolute. The assets are in /static --> |
| 20 | + <meta property="og:type" content="website" /> |
| 21 | + <meta property="og:image" content="https://www.frequency.xyz/og-preview.png" /> |
| 22 | + <meta property="og:image:width" content="1200" /> |
| 23 | + <meta property="og:image:height" content="630" /> |
| 24 | + <meta property="og:image" content="https://www.frequency.xyz/og-square.png" /> |
| 25 | + <meta property="og:image:width" content="1200" /> |
| 26 | + <meta property="og:image:height" content="1200" /> |
| 27 | + <meta property="og:image" content="https://www.frequency.xyz/og-thumbnail.png" /> |
| 28 | + <meta property="og:image:width" content="200" /> |
| 29 | + <meta property="og:image:height" content="200" /> |
| 30 | + <meta name="twitter:card" content="summary_large_image" /> |
| 31 | + <meta name="twitter:image" content="https://www.frequency.xyz/og-twitter.png" /> |
| 32 | + |
| 33 | + <meta name="twitter:site" content="@one_frequency" /> |
| 34 | + <meta property="og:site_name" content="Frequency" /> |
| 35 | + |
| 36 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/entry/start.Bh4nGW2x.js"> |
| 37 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/entry.CbwcbhXc.js"> |
| 38 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/runtime.C3bJa7lf.js"> |
| 39 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/index.cg3j5Qot.js"> |
| 40 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/utils.ByAGZXbJ.js"> |
| 41 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/paths.BOaY41CD.js"> |
| 42 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/entry/app.QXLlVqI_.js"> |
| 43 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/props.DXDKodS4.js"> |
| 44 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/disclose-version.x6NK4mC0.js"> |
| 45 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/store.CTX3uiO4.js"> |
| 46 | + <link rel="modulepreload" href="/_pr/83/_app/immutable/chunks/index-client.BZqq92om.js"> |
| 47 | + |
| 48 | + <!-- Klaro - make sure the config gets loaded before Klaro --> |
| 49 | + <script defer type="text/javascript" src="/klaro-config.js"></script> |
| 50 | + <script defer type="text/javascript" src="/klaro.js"></script> |
| 51 | + <!-- Matomo --> |
| 52 | + <script> |
| 53 | + var _paq = (window._paq = window._paq || []); |
| 54 | + /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
| 55 | + _paq.push(['requireCookieConsent']); |
| 56 | + _paq.push(['requireConsent']); |
| 57 | + _paq.push(['trackPageView']); |
| 58 | + _paq.push(['enableLinkTracking']); |
| 59 | + (function () { |
| 60 | + var u = 'https://dsnp.matomo.cloud/'; |
| 61 | + _paq.push(['setTrackerUrl', u + 'matomo.php']); |
| 62 | + _paq.push(['setSiteId', '2']); |
| 63 | + var d = document, |
| 64 | + g = d.createElement('script'), |
| 65 | + s = d.getElementsByTagName('script')[0]; |
| 66 | + g.async = true; |
| 67 | + g.src = 'https://cdn.matomo.cloud/dsnp.matomo.cloud/matomo.js'; |
| 68 | + s.parentNode.insertBefore(g, s); |
| 69 | + })(); |
| 70 | + </script> |
| 71 | + <!-- End Matomo Code --> |
| 72 | + </head> |
| 73 | + |
| 74 | + <body data-sveltekit-preload-data="hover"> |
| 75 | + <div style="display: contents"> |
| 76 | + <script> |
| 77 | + { |
| 78 | + __sveltekit_13z3s5a = { |
| 79 | + base: "/_pr/83", |
| 80 | + assets: "/_pr/83" |
| 81 | + }; |
| 82 | + |
| 83 | + const element = document.currentScript.parentElement; |
| 84 | + |
| 85 | + Promise.all([ |
| 86 | + import("/_pr/83/_app/immutable/entry/start.Bh4nGW2x.js"), |
| 87 | + import("/_pr/83/_app/immutable/entry/app.QXLlVqI_.js") |
| 88 | + ]).then(([kit, app]) => { |
| 89 | + kit.start(app, element); |
| 90 | + }); |
| 91 | + } |
| 92 | + </script> |
| 93 | + </div> |
| 94 | + </body> |
| 95 | +</html> |
0 commit comments