Skip to content
Snippets Groups Projects
Select Git revision
  • ce3933ba83b2e351832a558d731c17dd15a8c5ad
  • main default protected
  • v0.2.0
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
8 results

phpunit.xml.dist

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>