Skip to content
Snippets Groups Projects
Select Git revision
  • cde0ec506b98ddebb178826e8857f6be7414d962
  • 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

build.sh

Blame
  • index.html 286 B
    <!doctype html>
    <html>
    <head>
        <meta charset="UTF-8">
        <script type="module" src="vpu-language-select-demo.js"></script>
        <style>
        body {
            font-family: sans;
        }
        </style>
    </head>
    
    <body>
        <vpu-language-select-demo></vpu-language-select-demo>
    </body>
    </html>