Select Git revision
-
Renovate Bot authoredRenovate Bot authored
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>