@design.estate/dees-catalog 1.8.10 → 1.8.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,28 +0,0 @@
1
- <!--gitzone element-->
2
- <!-- made by Task Venture Capital GmbH -->
3
- <!-- checkout https://maintainedby.lossless.com for awesome OpenSource projects -->
4
- <html lang="en">
5
- <head>
6
- <!--Lets set some basic meta tags-->
7
- <meta
8
- name="viewport"
9
- content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"
10
- />
11
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
12
-
13
- <!--Lets load standard fonts-->
14
- <link rel="preconnect" href="https://assetbroker.lossless.one/" crossorigin>
15
- <link rel="stylesheet" href="https://assetbroker.lossless.one/fonts/fonts.css">
16
-
17
- <style>
18
- body {
19
- margin: 0px;
20
- background: #222222;
21
- }
22
- </style>
23
-
24
- <script type="module" src="/bundle.js"></script>
25
- </head>
26
- <body>
27
- </body>
28
- </html>