| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet" />
- <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400" rel="stylesheet" />
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
- <link rel="icon" href="/favicon.png" />
- <title>OA</title>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|