<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title><{VITE_TITLE}></title>
    <link rel="icon" type="image/png" id="logo" href="/src/assets/images/global/logo.png">
  </head>
  <body>
    <div id="app"></div>
  </body>
  <script type="module" src="/src/main.ts"></script>
</html>