| 1234567891011121314151617181920212223242526272829303132 |
- <!doctype html>
- <html lang="en">
- <head>
- <title>Go</title>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/icon.svg" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <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=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap"
- rel="stylesheet">
- <link rel="stylesheet"
- href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=edit" />
- <style>
- .material-symbols-outlined {
- font-variation-settings:
- 'FILL' 0,
- 'wght' 400,
- 'GRAD' 0,
- 'opsz' 24
- }
- </style>
- </head>
- <body>
- <div id="root"></div>
- <script type="module" src="/src/links.main.tsx"></script>
- </body>
- </html>
|