Skip to content
Snippets Groups Projects
index.html 469 B
Newer Older
  • Learn to ignore specific revisions
  • <html lang="en" data-bs-theme="light">
    
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    
        <title>CloWM</title>
    
        <div id="app" class="d-flex flex-column justify-content-between" style="min-height: 100vh"></div>
    
        <script type="module" src="/src/main.ts"></script>
      </body>
    </html>