index.html 623 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet" />
  7. <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400" rel="stylesheet" />
  8. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
  9. <link rel="icon" href="/favicon.png" />
  10. <title>OA</title>
  11. </head>
  12. <body>
  13. <div id="app"></div>
  14. <script type="module" src="/src/main.ts"></script>
  15. </body>
  16. </html>