-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (82 loc) · 4.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>World ID State Replication</title>
<meta name="description" content="State Replication enables World ID zero-knowledge proofs on any EVM-compatible chain. Powered by Rarimo">
<noscript>
<style>
#noscript {
display: none;
}
</style>
</noscript>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#ffffff">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://worldcoin.mainnet-beta.rarimo.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="World ID State Replication">
<meta property="og:description" content="State Replication enables World ID zero-knowledge proofs on any EVM-compatible chain. Powered by Rarimo">
<meta property="og:image" content="https://worldcoin.mainnet-beta.rarimo.com/images/meta-image.png">
<meta property="og:locale" content="en_GB">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="worldcoin.mainnet-beta.rarimo.com">
<meta property="twitter:url" content="https://worldcoin.mainnet-beta.rarimo.com/">
<meta name="twitter:title" content="World ID State Replication">
<meta name="twitter:description" content="State Replication enables World ID zero-knowledge proofs on any EVM-compatible chain. Powered by Rarimo">
<meta name="twitter:image" content="/images/meta-image.png">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/branding/favicon.ico">
<link href="/branding/favicon.png" rel="icon" type="image/png">
<link rel="apple-touch-icon" href="/branding/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="preload" href="/branding/fonts/NunitoSans/NunitoSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/branding/fonts/NunitoSans/NunitoSans-SemiBold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/branding/fonts/NunitoSans/NunitoSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link as="style" rel="stylesheet preload" type="text/css" href="/branding/fonts/index.css" crossorigin="anonymous">
<link href="/noscript/style.css" type="text/css" rel="stylesheet">
<link href="/init-loader/style.css" type="text/css" rel="stylesheet">
<script type="module" src="/src/main.tsx"></script>
<script type="text/javascript" src="/env.js"></script>
</head>
<body>
<div id="root">
<div id="noscript" class="app__init">
<img src="/branding/logo.svg" alt="World ID State Replication" width="280">
</div>
</div>
<div id="modal"></div>
<noscript>
<div class="noscript">
<h1 class="noscript__title">Update your browser or enable JavaScript</h1>
<p class="noscript__message">Your browser either does not support JavaScript, or it has JavaScript support disabled. If you want to correctly view this page, please upgrade your browser or <a class="noscript__enable-support" href="http://activatejavascript.org/en/instructions/" target="_blank">enable JavaScript support</a>.</p>
<p class="noscript__recommendations">These are the ones we recommend:</p>
<ul class="noscript__list">
<li class="noscript__list-item">
<a class="noscript__link" href="https://www.google.com/chrome/?hl=en%22" >
<img class="noscript__image" src="/noscript/chrome.jpg" width="138px" height="138px" alt="chrome-logo">
</a>
<span class="noscript__browser-name">Google Chrome</span>
</li>
<li class="noscript__list-item">
<a class="noscript__link" href="https://www.mozilla.com/firefox/">
<img class="noscript__image" src="/noscript/firefox.jpg" width="138px" height="138px" alt="firefox-logo">
</a>
<span class="noscript__browser-name">Firefox</span>
</li>
<li class="noscript__list-item" style="margin-right: 0;">
<a class="noscript__link" href="https://www.apple.com/safari/">
<img class="noscript__image" src="/noscript/safari.jpg" width="138px" height="138px" alt="safari-logo">
</a>
<span class="noscript__browser-name">Safari</span>
</li>
</ul>
</div>
</noscript>
</body>
</html>