Skip to content
Snippets Groups Projects
Select Git revision
  • a40d22ae5200af7dd02a70124b5737a5447a0826
  • 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 245 B
    <!doctype html>
    <html>
    <head>
        <meta charset="UTF-8">
        <script type="module" src="bundle.js"></script>
        <style>
        body {
            font-family: sans;
        }
        </style>
    </head>
    <body>
    <vpu-common-demo></vpu-common-demo>
    </body>
    </html>