forked from aldrin-labs/spl-token-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (219 loc) · 7.75 KB
/
index.html
File metadata and controls
248 lines (219 loc) · 7.75 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!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" />
<meta name="theme-color" content="#000000" />
<!-- Enhanced Content Security Policy for better security and iframe compatibility -->
<meta http-equiv="Content-Security-Policy" content="
default-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob: https:;
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://fonts.googleapis.com https://fonts.gstatic.com https://www.googletagmanager.com https://cdn.jsdelivr.net;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://fonts.gstatic.com;
font-src 'self' data: https://fonts.googleapis.com https://fonts.gstatic.com;
img-src 'self' data: blob: https:;
connect-src 'self' https: wss: ws:;
frame-src 'self' https: blob: data:;
child-src 'self' https: blob: data:;
worker-src 'self' blob:;
media-src 'self' data: blob: https:;
object-src 'none';
base-uri 'self';
form-action 'self';
">
<meta
name="description"
content="Wallet™ with support for SPL tokens."
/>
<link rel="apple-touch-icon" href="/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/oldFavicon.ico" or "oldFavicon.ico", "%PUBLIC_URL%/oldFavicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Unicode fonts for all supported languages -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@300;400;500;600;700&family=Noto+Sans+Thai:wght@300;400;500;600;700&family=Noto+Sans+Devanagari:wght@300;400;500;600;700&family=Noto+Serif:wght@300;400;500;600;700&family=Noto+Serif+KR:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Noto+Sans+Mono:wght@300;400;500;600;700&display=swap"
/>
<link
rel="preload"
as="font"
href="/fonts/AvenirNextCyr-Demi.woff2"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
as="font"
href="/fonts/AvenirNextCyr-Bold.woff2"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
as="font"
href="/fonts/AvenirNextCyr-Medium.woff2"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
as="font"
href="/fonts/AvenirNextCyr-Regular.woff2"
type="font/woff2"
crossorigin="anonymous"
/>
<title>SVMSeek by OpenSVM</title>
<style>
@font-face {
font-family: 'Avenir Next';
font-style: normal;
font-weight: 400;
font-display: block;
src: local('Avenir Next'), local('AvenirNextCyr-Regular'),
url('/fonts/AvenirNextCyr-Regular.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;
}
@font-face {
font-family: 'Avenir Next Medium';
font-style: normal;
font-weight: 500;
font-display: block;
src: local('Avenir Next Medium'), local('AvenirNextCyr-Medium'),
url('/fonts/AvenirNextCyr-Medium.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;
}
@font-face {
font-family: 'Avenir Next Demi';
font-style: normal;
font-weight: 600;
font-display: block;
src: local('Avenir Next Demi'), local('AvenirNextCyr-Demi'),
url('/fonts/AvenirNextCyr-Demi.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;
}
@font-face {
font-family: 'Avenir Next Bold';
font-style: normal;
font-weight: 700;
font-display: block;
src: local('Avenir Next Bold'), local('AvenirNextCyr-Bold'),
url('/fonts/AvenirNextCyr-Bold.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 {
font-size: 10px;
}
@media screen and (max-width: 1600px) {
html {
font-size: 9px;
}
}
@media screen and (max-width: 1440px) {
html {
font-size: 8px;
}
}
@media screen and (min-width: 1920px) {
html {
font-size: 11px;
}
}
@media screen and (min-width: 2200px) {
html {
font-size: 13px;
}
}
@media screen and (min-width: 2400px) {
html {
font-size: 14px;
}
}
@media screen and (min-width: 2560px) {
html {
font-size: 15px;
}
}
body {
margin: 0;
font-family: 'Avenir Next Medium';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: #17181a !important;
}
html,
body,
#root {
height: 100%;
}
a, a:hover {
text-decoration: none;
}
input, textarea {
resize: none;
}
.MuiTabs-indicator.MuiTabs-indicator {
background: transparent;
}
::-webkit-scrollbar {
width: 1px;
height: 1px;
}
::-webkit-scrollbar-thumb {
background: #651CE4;
}
#client-snackbar {
font-size: 1.6rem;
color: #fff;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<!-- Fallback content for debugging -->
<div style="
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background: #17181a;
color: #ffffff;
font-family: 'Avenir Next Medium', sans-serif;
text-align: center;
padding: 20px;
">
<div>
<div style="font-size: 24px; margin-bottom: 20px;">🔄</div>
<div style="font-size: 18px; margin-bottom: 10px;">Loading SVMSeek Wallet...</div>
<div style="font-size: 14px; color: #888;">If this message persists, please check browser console for errors</div>
</div>
</div>
</div>
<!-- Vite entry point -->
<script type="module" src="/src/index.tsx"></script>
<form name="walletFeedback" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="message" />
<input type="text" name="contact" />
</form>
</body>
</html>