13 lines
413 B
HTML
13 lines
413 B
HTML
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter" />
|
||
|
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: "Inter", sans-serif;
|
||
|
font-size: 12px;
|
||
|
background-color: #2b2b2b;
|
||
|
}
|
||
|
</style>
|
||
|
<div id="root"></div>
|
||
|
<!-- <script src="https://d3e54v103j8qbb.cloudfront.net/gen/js/entrypoint-designer-extensions-client.e4ef1682e412a922c7e4.js"></script> -->
|
||
|
<script type="module" src="src/main.tsx"></script>
|