index.html 797 B

12345678910111213141516171819202122232425262728
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Go</title>
  5. <meta charset="UTF-8" />
  6. <link rel="icon" type="image/svg+xml" href="/icon.svg" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <link href="https://fonts.googleapis.com/css?family=Raleway:400,300" rel="stylesheet" type="text/css">
  9. <link rel="stylesheet"
  10. 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,task_alt" />
  11. <style>
  12. .material-symbols-outlined {
  13. font-variation-settings:
  14. 'FILL' 0,
  15. 'wght' 400,
  16. 'GRAD' 0,
  17. 'opsz' 24
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <div id="root"></div>
  23. <script type="module" src="/src/edit.main.tsx"></script>
  24. </body>
  25. </html>