forked from vqbc/trivial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
426 lines (425 loc) · 18.9 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
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Trivial Math Practice</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A modern, feature-rich AoPS Wiki reader for finding problems, reading solutions & articles, and creating problem sets. AMC practice, AMC mock tests with real questions from the AMC 8, AMC 10, AMC 12, AIME, USAJMO, USAMO, and more."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://vqbc.github.io/trivial/" />
<meta property="og:title" content="Trivial Math Practice" />
<meta
property="og:description"
content="A modern, feature-rich AoPS Wiki reader for finding problems, reading solutions & articles, and creating problem sets. AMC practice, AMC mock tests with real questions from the AMC 8, AMC 10, AMC 12, AIME, USAJMO, USAMO, and more."
/>
<meta
property="og:image"
content="https://vqbc.github.io/trivial/icons/favicon-192x192.png"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Trivial Math Practice" />
<meta
name="twitter:description"
content="A modern, feature-rich AoPS Wiki reader for finding problems, reading solutions & articles, and creating problem sets. AMC practice, AMC mock tests with real questions from the AMC 8, AMC 10, AMC 12, AIME, USAJMO, USAMO, and more."
/>
<meta
name="twitter:image"
content="https://vqbc.github.io/trivial/icons/favicon-192x192.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/icons/favicon-192x192.png"
/>
<link rel="manifest" href="/icons/site.webmanifest" />
<meta name="theme-color" content="hsl(191deg 42% 42%)" />
<meta name="color-scheme" content="light dark" />
<script>
if (JSON.parse(localStorage.getItem("darkTheme"))) {
document
.querySelector("meta[name='color-scheme']")
.setAttribute("content", "dark");
}
if (JSON.parse(localStorage.getItem("darkTheme")) == false) {
document
.querySelector("meta[name='color-scheme']")
.setAttribute("content", "light");
}
</script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-176118017-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-176118017-1");
</script>
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-WFF6RGS");
</script>
</head>
<!--⢸⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⠉⡷⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢸⠀⠀are ya coding,⠀⠀⡇⠢⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢸⠀⠀son?⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠈⠑⢦⡀⠀⠀⠀⠀⠀
⢸⠀⠀⠀⠀⢀⠖⠒⠒⠒⢤⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠙⢦⡀⠀⠀⠀⠀
⢸⠀⠀⣀⢤⣼⣀⡠⠤⠤⠼⠤⡄⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠙⢄⠀⠀⠀⠀
⢸⠀⠀⠑⡤⠤⡒⠒⠒⡊⠙⡏⠀⢀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⠢⡄⠀
⢸⠀⠀⠀⠇⠀⣀⣀⣀⣀⢀⠧⠟⠁⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀
⢸⠀⠀⠀⠸⣀⠀⠀⠈⢉⠟⠓⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠀⠀⠈⢱⡖⠋⠁⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠀⠀⣠⢺⠧⢄⣀⠀⠀⣀⣀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠀⣠⠃⢸⠀⠀⠈⠉⡽⠿⠯⡆⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⣰⠁⠀⢸⠀⠀⠀⠀⠉⠉⠉⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠣⠀⠀⢸⢄⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠀⠀⠀⢸⠀⢇⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠀⠀⠀⡌⠀⠈⡆⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠀⠀⢠⠃⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸
⢸⠀⠀⠀⠀⢸⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⠀⠷ -->
<body>
<script>
if (
JSON.parse(localStorage.getItem("darkTheme")) ||
(JSON.parse(localStorage.getItem("darkTheme")) === null &&
window.matchMedia("(prefers-color-scheme: dark)").matches)
) {
document.body.style = "background: hsl(201deg 8% 12%)";
}
</script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/tagify/4.9.4/tagify.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.15.1/katex.min.css"
/>
<link
href="/fonts/tex-gyre-pagella/pagella-regular.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/tex-gyre-pagella/pagella-italic.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/tex-gyre-pagella/pagella-bold.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/computer-modern/bright/bright-regular.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/computer-modern/bright/bright-semi.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/computer-modern/bright/bright-semiitalic.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/computer-modern/sans/sans-regular.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/computer-modern/sans/sans-italic.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/computer-modern/sans/sans-bold.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/computer-modern/sans/sans-demi.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link
href="/fonts/fira-mono/fira-regular.woff2"
rel="preload"
as="font"
crossorigin="anonymous"
/>
<link href="/src/fonts.css" rel="stylesheet" />
<link id="stylesheet-link" href="/src/styles.css" rel="stylesheet" />
<script>
if (
JSON.parse(localStorage.getItem("darkTheme")) ||
(JSON.parse(localStorage.getItem("darkTheme")) === null &&
window.matchMedia("(prefers-color-scheme: dark)").matches)
) {
let darkStyles = document.createElement("link");
let styles = document.querySelector("#stylesheet-link");
darkStyles.id = "dark-stylesheet-link";
darkStyles.href = "/src/dark.css";
darkStyles.rel = "stylesheet";
styles.after(darkStyles);
}
</script>
<div class="page-container">
<!--<div class="dialog-nav">
<button class="dialog-icon" tabindex="0" onclick="window.print()">
<svg
version="1.1"
id="Print"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 20 20"
enable-background="new 0 0 20 20"
xml:space="preserve"
>
<path
fill="currentColor"
d="M1.501,6h17c0.57,0,0.477-0.608,0.193-0.707C18.409,5.194,15.251,4,14.7,4H14V1H6v3H5.301
c-0.55,0-3.709,1.194-3.993,1.293S0.931,6,1.501,6z M19,7H1C0.45,7,0,7.45,0,8v5c0,0.551,0.45,1,1,1h2.283l-0.882,5H17.6l-0.883-5
H19c0.551,0,1-0.449,1-1V8C20,7.45,19.551,7,19,7z M4.603,17l1.198-7.003H14.2L15.399,17H4.603z"
/>
</svg>
</button>
<button class="dialog-icon" tabindex="0">
<svg
version="1.1"
id="Bar_graph"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 20 20"
enable-background="new 0 0 20 20"
xml:space="preserve"
>
<path
fill="currentColor"
d="M17,1h-2c-0.552,0-1,0.447-1,1v16.992h4V2C18,1.447,17.553,1,17,1z M11,7H9C8.448,7,8,7.447,8,8v10.992h4V8
C12,7.447,11.553,7,11,7z M5,13H3c-0.552,0-1,0.447-1,1v4.992h4V14C6,13.447,5.553,13,5,13z"
/>
</svg>
</button>
<button class="dialog-icon" tabindex="0">
<svg
version="1.1"
id="Cog"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 20 20"
enable-background="new 0 0 20 20"
xml:space="preserve"
>
<path
fill="currentColor"
d="M16.783,10c0-1.049,0.646-1.875,1.617-2.443c-0.176-0.584-0.407-1.145-0.692-1.672
c-1.089,0.285-1.97-0.141-2.711-0.883c-0.741-0.74-0.968-1.621-0.683-2.711c-0.527-0.285-1.088-0.518-1.672-0.691
C12.074,2.57,11.047,3.215,10,3.215c-1.048,0-2.074-0.645-2.643-1.615C6.772,1.773,6.213,2.006,5.686,2.291
c0.285,1.09,0.059,1.971-0.684,2.711C4.262,5.744,3.381,6.17,2.291,5.885C2.006,6.412,1.774,6.973,1.6,7.557
C2.57,8.125,3.215,8.951,3.215,10c0,1.047-0.645,2.074-1.615,2.643c0.175,0.584,0.406,1.144,0.691,1.672
c1.09-0.285,1.971-0.059,2.711,0.682c0.741,0.742,0.969,1.623,0.684,2.711c0.527,0.285,1.087,0.518,1.672,0.693
c0.568-0.973,1.595-1.617,2.643-1.617c1.047,0,2.074,0.645,2.643,1.617c0.584-0.176,1.144-0.408,1.672-0.693
c-0.285-1.088-0.059-1.969,0.683-2.711c0.741-0.74,1.622-1.166,2.711-0.883c0.285-0.527,0.517-1.086,0.692-1.672
C17.429,11.873,16.783,11.047,16.783,10z M10,13.652c-2.018,0-3.653-1.635-3.653-3.652c0-2.018,1.636-3.654,3.653-3.654
c2.018,0,3.652,1.637,3.652,3.654C13.652,12.018,12.018,13.652,10,13.652z"
/>
</svg>
</button>
<button class="dialog-icon" tabindex="0">
<svg
version="1.1"
id="Info_circled"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 20 20"
enable-background="new 0 0 20 20"
xml:space="preserve"
>
<path
fill="currentColor"
d="M10,0.4c-5.303,0-9.601,4.298-9.601,9.6c0,5.303,4.298,9.601,9.601,9.601c5.301,0,9.6-4.298,9.6-9.601
C19.6,4.698,15.301,0.4,10,0.4z M10.896,3.866c0.936,0,1.211,0.543,1.211,1.164c0,0.775-0.62,1.492-1.679,1.492
c-0.886,0-1.308-0.445-1.282-1.182C9.146,4.719,9.665,3.866,10.896,3.866z M8.498,15.75c-0.64,0-1.107-0.389-0.66-2.094l0.733-3.025
c0.127-0.484,0.148-0.678,0-0.678c-0.191,0-1.022,0.334-1.512,0.664L6.74,10.094c1.555-1.299,3.343-2.061,4.108-2.061
c0.64,0,0.746,0.756,0.427,1.92l-0.84,3.18c-0.149,0.562-0.085,0.756,0.064,0.756c0.192,0,0.82-0.232,1.438-0.719l0.362,0.486
C10.786,15.168,9.137,15.75,8.498,15.75z"
/>
</svg>
</button>
</div>-->
<script>
if (
JSON.parse(localStorage.getItem("darkTheme")) ||
(JSON.parse(localStorage.getItem("darkTheme")) === null &&
window.matchMedia("(prefers-color-scheme: dark)").matches)
) {
document.querySelector(".page-container").style =
"background: hsl(201deg 8% 15%)";
}
</script>
<header>
<h1 class="header">
<a href="/">Trivial.</a>
<svg width="15" height="30" viewBox="0 0 132.29 264.58" class="logo">
<title>
The Trivial logo is supposed to be a QED symbol (□) — the name<!--
--> Trivial represents the general and time-saving solution to<!--
--> any mathematical question, as well as how this site was<!--
--> (not) trivial to make.
</title>
<path
d="M 34.396002,2.1733e-6 V 264.58 L 0,227.522 V 24.022002 Z"
fill="#4499aa"
></path>
<path
d="M 132.296,40.179 50.274971,0 V 264.58 L 132.296,202.596 Z"
fill="#44bbaa"
></path>
</svg>
</h1>
<p class="subtitle">Studying & Practicing — AoPS Wiki Powered</p>
</header>
<main>
<p class="intro-header">
Click on any of the buttons below for endless practice and problem
sets!
</p>
<div class="shortcut-container">
<div class="shortcut-text">Popular!</div>
<button class="shortcut-button" id="amc10-single">
AMC 10 Training
</button>
<button class="shortcut-button" id="amc12-single">
AMC 12 Training
</button>
<button class="shortcut-button" id="amc10-test">AMC 10 Mocks</button>
<button class="shortcut-button" id="amc12-test">AMC 12 Mocks</button>
</div>
<div class="button-container" id="main-button-container">
<button type="button" class="button wide-button" id="single-problem">
Practice Mode
</button>
<button type="button" class="button wide-button" id="problem-batch">
Problem Sets
</button>
<button type="button" class="button" id="search-nav">
<svg viewBox="0 0 20 20" height="30px" class="button-icon">
<path
fill="#FFFFFF"
d="M17.545,15.467l-3.779-3.779c0.57-0.935,0.898-2.035,0.898-3.21c0-3.417-2.961-6.377-6.378-6.377 C4.869,2.1,2.1,4.87,2.1,8.287c0,3.416,2.961,6.377,6.377,6.377c1.137,0,2.2-0.309,3.115-0.844l3.799,3.801 c0.372,0.371,0.975,0.371,1.346,0l0.943-0.943C18.051,16.307,17.916,15.838,17.545,15.467z M4.004,8.287 c0-2.366,1.917-4.283,4.282-4.283c2.366,0,4.474,2.107,4.474,4.474c0,2.365-1.918,4.283-4.283,4.283 C6.111,12.76,4.004,10.652,4.004,8.287z"
/></svg
><span class="button-text">Search</span>
</button>
<button type="button" class="button" id="history-button">
<svg viewBox="0 0 20 20" height="30px" class="button-icon">
<path
fill="#FFFFFF"
d="M11,1.799c-4.445,0-8.061,3.562-8.169,7.996V10H0.459l3.594,3.894L7.547,10H4.875V9.795 C4.982,6.492,7.683,3.85,11,3.85c3.386,0,6.131,2.754,6.131,6.15S14.386,16.15,11,16.15c-1.357,0-2.611-0.445-3.627-1.193 l-1.406,1.504c1.388,1.088,3.135,1.738,5.033,1.738c4.515,0,8.174-3.67,8.174-8.199S15.515,1.799,11,1.799z M10,5v5 c0,0.13,0.027,0.26,0.077,0.382c0.051,0.122,0.124,0.233,0.216,0.325l3.2,3.2c0.283-0.183,0.55-0.389,0.787-0.628L12,11V5H10z"
/></svg
><span class="button-text">History</span>
</button>
<button type="button" class="button" id="stats-button">
<svg viewBox="0 0 20 20" height="30px" class="button-icon">
<path
fill="#FFFFFF"
d="M0.69,11.331l1.363,0.338l1.026-1.611l-1.95-0.482c-0.488-0.121-0.981,0.174-1.102,0.66 C-0.094,10.719,0.202,11.209,0.69,11.331z M18.481,11.592l-4.463,4.016l-5.247-4.061c-0.1-0.076-0.215-0.133-0.338-0.162 l-0.698-0.174l-1.027,1.611l1.1,0.273l5.697,4.408c0.166,0.127,0.362,0.189,0.559,0.189c0.219,0,0.438-0.078,0.609-0.232 l5.028-4.527c0.372-0.334,0.401-0.906,0.064-1.277C19.428,11.286,18.854,11.256,18.481,11.592z M8.684,7.18l4.887,3.129 c0.413,0.264,0.961,0.154,1.24-0.246l5.027-7.242c0.286-0.412,0.183-0.977-0.231-1.26c-0.414-0.285-0.979-0.182-1.265,0.23 l-4.528,6.521L8.898,5.165C8.694,5.034,8.447,4.991,8.21,5.042c-0.236,0.053-0.442,0.197-0.571,0.4L0.142,17.209 c-0.27,0.422-0.144,0.983,0.28,1.25c0.15,0.096,0.319,0.141,0.486,0.141c0.301,0,0.596-0.149,0.768-0.42L8.684,7.18z"
/></svg
><span class="button-text">Stats</span>
</button>
</div>
</main>
<footer>
<p class="footer-line disclaimer printonly">
Using content from the
<a
id="aops-wiki-link"
href="https://artofproblemsolving.com/wiki/index.php/"
>AoPS Wiki</a
>
|
<a href="https://amctrivial.com/">amctrivial.com</a>
</p>
<p class="footer-line siteinfo noprint">
<button class="text-button" id="dark-toggle" tabindex="0">
System theme
</button>
| <a href="/about">About</a><span class="bullet"> ⋅ </span
><span class="mobile-break"><br /></span>
<a href="https://github.com/vqbc/trivial">Github</a> ⋅
<a href="https://discord.gg/VExpSZfkAE">Discord</a> ⋅
<a href="https://forms.gle/3ofW7BQ5g5UBmknH9">Contact</a><br />Made by
<a href="https://vqbc.github.io/">Andrew Chang</a>
</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tagify/4.9.8/jQuery.tagify.min.js"></script>
<!-- <script
crossorigin
src="https://unpkg.com/react@18/umd/react.development.js"
></script>
<script
crossorigin
src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"
></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/js/ion.rangeSlider.min.js"></script>
<script src=//cdnjs.cloudflare.com/ajax/libs/seedrandom/2.3.10/seedrandom.min.js></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.0/katex.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.0/contrib/copy-tex.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.0/contrib/mhchem.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.11/clipboard.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega/5.22.1/vega.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega-lite/5.3.0/vega-lite.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vega-embed/6.21.0/vega-embed.min.js"></script>
<script src="/src/index.js"></script>
</body>
</html>