CINXE.COM
Slickstream
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <title>Slickstream</title> <meta name="description" content="SlickStream's Engagement Suite software offers turnkey search, discovery, and engagement tools for publishers of all types."> <link rel="icon" href="https://r.slickstream.com/images/sfav.png" type="image/png"> <link rel="preload" crossorigin href="https://r.slickstream.com/fonts/raleway-light.woff2" as="font"> </head> <body> <style> @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 300; font-display: fallback; src: local('Raleway Light'), local('Raleway-Light'), url(https://r.slickstream.com/fonts/raleway-light.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } html { background: url(https://r.slickstream.com/images/auth-bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { margin: 0; font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif; font-weight: 400; line-height: 1.5; -webkit-font-smoothing: subpixel-antialiased; color: #242424; font-size: 16px; --title-font: 'Raleway', sans-serif; --c4-theme-primary: #0B4D6B; --c4-theme-on-primary: #ffffff; --c4-theme-primary-variant: #6356BA; --c4-theme-secondary: #E8A2CE; --c4-theme-secondary-variant: #E09494; --cf-theme-bg-gray: #F5F5F5; --c4-theme-primary: #000000; --highlight-pink: #e91e63; --highlight-blue: #1565C0; --error-color: #d32f2f; overflow-x: hidden; } </style> <main-app></main-app> <script> (async () => { const post = async (url) => { const init = { method: 'POST', redentials: 'same-origin', body: JSON.stringify({}) }; const headers = new Headers(); headers.append('Content-Type', 'application/json'); init.headers = headers; const request = new Request(url, init); const response = await fetch(request); if (!response.ok) { const message = await response.text(); throw { status: response.status, message, response }; } return (await response.json()); } window.slickstreamEndpoints = window._slickstreamDebugEndpoints; if (!window.slickstreamEndpoints) { const endpointUrl = (new URL(`/d/get-accounts-endpoints`, window.location.origin)).href; window.slickstreamEndpoints = await post(endpointUrl); } const script = document.createElement('script'); if (window._slickstreamDebugEndpoints) { script.type = 'module'; } script.setAttribute('src', window.slickstreamEndpoints.accountClientUiScriptUrl); document.body.appendChild(script); })(); </script> <!-- Begin Google analytics --> <script async defer src="https://www.googletagmanager.com/gtag/js?id=UA-52117709-18"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); </script> <!-- End Google analytics --> </body> </html>