dees-appui-catalog/html/index.html

25 lines
632 B
HTML
Raw Normal View History

2023-01-04 14:10:23 +00:00
<!--gitzone element-->
2020-09-17 10:12:40 +00:00
<!-- 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;
2023-01-04 14:10:23 +00:00
background: #222222;
2020-09-17 10:12:40 +00:00
}
</style>
2023-01-04 14:10:23 +00:00
<script type="module" src="/bundle.js"></script>
2020-09-17 10:12:40 +00:00
</head>
<body>
</body>
</html>