CINXE.COM

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" /> <title></title> <!-- Sentry --> <script> // Configure sentryOnLoad before adding the Loader Script window.sentryOnLoad = function () { Sentry.init({ release: window.__COMMIT_HASH__, environment: "production", integrations: [ new Sentry.BrowserTracing(), // new Sentry.Replay({ // maskAllText: false, // blockAllMedia: false, // }) ], tracesSampleRate: 0.1, replaysSessionSampleRate: 0, replaysOnErrorSampleRate: 1.0, }); }; </script> <script src="https://js.sentry-cdn.com/332d789dfc514b51b3d36c1ffae2e531.min.js" crossorigin="anonymous" ></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-WEPVQZNBCB"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-WEPVQZNBCB'); </script> <script type="module" crossorigin src="/assets/index-p9ud0Ndk.js"></script> <link rel="stylesheet" crossorigin href="/assets/index-VnBqMynF.css"> </head> <body> <div id="app"> <svg v-else xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style=" margin: auto; background: none; display: block; shape-rendering: auto; " width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" > <path d="M18 50A32 32 0 0 0 82 50A32 34 0 0 1 18 50" fill="#001425" stroke="none" > <animateTransform attributeName="transform" type="rotate" dur="0.9s" repeatCount="indefinite" keyTimes="0;1" values="0 50 51;360 50 51" ></animateTransform> </path> </svg> </div> <script> const url = new URL(window.location.href); if (url.searchParams.has("test")) { Sentry.captureMessage( "Test visit with key: " + url.searchParams.get("test") ); } </script> </body> </html>