Skip to content
Snippets Groups Projects
index.html 364 B
Newer Older
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
    />
    <title>Custom TZCLD - Demo</title>
    <!-- Load main component script -->
    <script type="module" src="./src/index.js"></script>
  </head>
  <body>
    TODO
  </body>
</html>