Select Git revision
-
Reiter, Christoph authored
This way it can be used as a bundle without having to integrate it into a build tool.
Reiter, Christoph authoredThis way it can be used as a bundle without having to integrate it into a build tool.
index.html 380 B
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
:root {
font-family: sans-serif;
}
</style>
<script type="module" src="/vpu-app-shell.js"></script>
</head>
<body>
<vpu-app-shell src="/example.topic.metadata.json"></vpu-app-shell>
</body>
</html>