Skip to content
Snippets Groups Projects
Select Git revision
  • f8da7154465ca4b05a091aa8f72849430afba186
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

index.html

Blame
  • index.html 380 B
    <!doctype html>
    <html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <style>
            :root {
                font-family: sans-serif;
            }
        </style>
    
        <script type="module" src="/vpu-app-shell.js"></script>
    </head>
    
    <body>
    
    <vpu-app-shell src="/example.topic.metadata.json"></vpu-app-shell>
    
    </body>
    </html>