index.html 725 Bytes
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link href="/local-assets/fonts/inter/inter.css" rel="stylesheet" />
    <link href="/local-assets/fonts/material-icons/material-icons.css" rel="stylesheet" />
    <link rel="stylesheet" href="/local-assets/fonts/material-symbols/material-symbols.css" />
    <link rel="icon" href="/favicon.ico" />

    <title>HHRCS</title>

    <style>
      /* Set vuestic higher priority over tailwind normalize css */
      @layer tailwind.base, vuestic;
    </style>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>