webwidget/html/index.html

25 lines
632 B
HTML
Raw Normal View History

2020-09-19 15:51:50 +00:00
<!--gitzone element-->
<!-- made by Lossless GmbH -->
<!-- checkout https://maintainedby.lossless.com for awesome OpenSource projects -->
<html lang="en">
<head>
<!--Lets set some basic meta tags-->
<meta
name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"
/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
margin: 0px;
background: #222222;
}
</style>
2022-03-25 01:09:27 +00:00
<script type="module" src="/bundle.js"></script>
2020-09-19 15:51:50 +00:00
</head>
<body>
</body>
</html>