Mirror of https://github.com/roostorg/coop
github.com/roostorg/coop
1<!doctype html>
2<html lang="en">
3 <head>
4 <script
5 id="cookieyes"
6 type="text/javascript"
7 src="https://cdn-cookieyes.com/client_data/dc1f6469ed06cb8b7d7dc617/script.js"
8 ></script>
9 <meta charset="utf-8" />
10 <link rel="icon" href="/favicon.ico" />
11 <meta name="viewport" content="width=device-width, initial-scale=1" />
12 <meta name="theme-color" content="#000000" />
13 <meta
14 name="description"
15 content="A no-code platform for Trust and Safety"
16 />
17 <link rel="apple-touch-icon" href="/logo192.png" />
18 <!--
19 manifest.json provides metadata used when your web app is installed on a
20 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
21 -->
22 <link rel="manifest" href="/manifest.json" />
23 <style>
24 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
25 </style>
26 <title>Coop</title>
27 <!-- Google tag (gtag.js) -->
28 <script
29 async
30 src="https://www.googletagmanager.com/gtag/js?id=AW-11326070039"
31 ></script>
32 <script>
33 window.dataLayer = window.dataLayer || [];
34 function gtag() {
35 dataLayer.push(arguments);
36 }
37 gtag('js', new Date());
38
39 gtag('config', 'AW-11326070039');
40 </script>
41 <meta property="og:title" content="Coop | AI-Powered Trust & Safety" />
42 <meta
43 property="og:description"
44 content="Coop is the new standard for modern Trust & Safety. Move faster,
45 reduce spend, and maintain full control without writing code. Easily
46 customize AI models and policy enforcement workflows to fit your needs."
47 />
48 <meta
49 property="og:image"
50 content="http://getcoop.com/graphics/coop-opengraph.png"
51 />
52 <meta property="og:url" content="https://www.getcoop.com/" />
53 <meta property="og:type" content="website" />
54 <meta name="twitter:card" content="summary_large_image" />
55 <meta name="twitter:site" content="@coopsoftware" />
56 <meta name="twitter:title" content="Coop | AI-Powered Trust & Safety" />
57 <meta
58 name="twitter:description"
59 content="Coop is the new standard for modern Trust & Safety. Move faster, reduce spend, and maintain full control without writing code. Easily customize AI models and policy enforcement workflows to fit your needs."
60 />
61 <meta
62 name="twitter:image"
63 content="http://getcoop.com/graphics/coop-opengraph-twitter.png"
64 />
65 </head>
66
67 <body>
68 <noscript>You need to enable JavaScript to run this app.</noscript>
69 <div id="root"></div>
70 <script type="module" src="/src/index.tsx"></script>
71 <!--
72 This HTML file is a template.
73 If you open it directly in the browser, you will see an empty page.
74
75 You can add webfonts, meta tags, or analytics to this file.
76 The build step will place the bundled scripts into the <body> tag.
77
78 To begin the development, run `npm start` or `yarn start`.
79 To create a production bundle, use `npm run build` or `yarn build`.
80 -->
81 </body>
82</html>