summaryrefslogblamecommitdiff
path: root/frontend/index.html
blob: 4bb8d23423e58600f000548640cca161ad42ac54 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                    
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
    <title>PC-98 VN Skeleton</title>
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet">
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/main.tsx"></script>
  </body>
</html>