dees-wcctools/html/index.html

29 lines
846 B
HTML
Raw Normal View History

2020-05-10 23:14:17 +00:00
<!--gitzone element-->
2023-01-07 13:05:25 +00:00
<!-- made by Task Venture Capital GmbH -->
2020-05-10 23:14:17 +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" />
2023-08-07 16:20:17 +00:00
<!--Lets load standard fonts-->
<link rel="preconnect" href="https://assetbroker.lossless.one/" crossorigin>
<link rel="stylesheet" href="https://assetbroker.lossless.one/fonts/fonts.css">
2023-01-07 13:05:25 +00:00
2020-05-10 23:14:17 +00:00
<style>
body {
margin: 0px;
background: #222222;
}
</style>
2022-03-24 15:14:12 +00:00
<script type="module" src="/bundle.js"></script>
2020-05-10 23:14:17 +00:00
</head>
2020-11-26 02:59:46 +00:00
<body>
</body>
2020-05-10 23:14:17 +00:00
</html>