| 12345678910111213141516171819202122232425262728 |
- <!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 href="https://fonts.googleapis.com/css?family=Raleway:400,300" rel="stylesheet" type="text/css">
- <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=content_copy,delete,task_alt" />
- <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/edit.main.tsx"></script>
- </body>
- </html>
|