<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <script type="module" src="bundle.js"></script>
    <style>
    body {
        font-family: sans;
    }
    </style>
</head>
<body>
<vpu-common-demo></vpu-common-demo>
</body>
</html>