Skip to content
Snippets Groups Projects
Select Git revision
  • ab168e9a423fedb260f18a8960d109b24d22fca5
  • master default protected
  • release
  • experimental
4 results

index.html

Blame
  • index.html 325 B
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <link rel="icon" href="/favicon.ico" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>MitM Exporter</title>
    </head>
    
    <body>
      <div id="app"></div>
      <script type="module" src="/src/main.js"></script>
    </body>
    
    </html>