Skip to content
Snippets Groups Projects
Select Git revision
  • bfbb0efb7183283a799f91674ccec831da44aeb3
  • 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 282 B
    <!doctype html>
    <html>
    <head>
        <meta charset="UTF-8">
        <script src="webcomponents-loader.js"></script>
        <script type="module" id="vpu-notification-wc-src" src="bundle.js"></script>
    </head>
    
    <body>
    
    <vpu-notification-demo lang="de"></vpu-notification-demo>
    
    </body>
    </html>