visions-vtt/kliento/public/index.html

16 lines
283 B
HTML
Raw Normal View History

2021-11-19 04:28:01 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2021-12-26 18:33:01 +00:00
<meta charset="utf-8" />
2021-12-29 16:31:14 +00:00
<style type="text/css">
body {
background-color: rgb(200, 190, 180);
}
</style>
2021-11-19 04:28:01 +00:00
</head>
<body>
2021-12-29 16:31:14 +00:00
<div id="root"></div>
2021-12-26 18:33:01 +00:00
<script type="module" src="/dist/index.js"></script>
2021-11-19 04:28:01 +00:00
</body>
</html>