dees-editor/html/index.html

29 lines
846 B
HTML
Raw Normal View History

2023-09-21 18:16:32 +00:00
<!--gitzone element-->
<!-- made by Task Venture Capital GmbH -->
2022-03-10 16:25:29 +00:00
<!-- 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" />
2022-05-19 11:51:11 +00:00
<!--Lets load standard fonts-->
2023-09-21 18:16:32 +00:00
<link rel="preconnect" href="https://assetbroker.lossless.one/" crossorigin>
<link rel="stylesheet" href="https://assetbroker.lossless.one/fonts/fonts.css">
2022-05-19 11:51:11 +00:00
2022-03-10 16:25:29 +00:00
<style>
body {
margin: 0px;
2023-09-21 18:16:32 +00:00
background: #222222;
2022-03-10 16:25:29 +00:00
}
</style>
2023-09-21 18:16:32 +00:00
<script type="module" src="/bundle.js"></script>
2022-03-10 16:25:29 +00:00
</head>
<body>
</body>
</html>