Skip to content
Snippets Groups Projects
Select Git revision
  • f2259a403a44ced3d50be8210e97fefe8bc60755
  • main default protected
  • v0.2.1
  • v0.2.0
  • v0.1.2
  • v0.1.0
  • v0.1.1
7 results

.php-cs-fixer.dist.php

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>