14 lines
424 B
HTML
14 lines
424 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;
|
|
color: #d9d9d9;
|
|
}
|
|
</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>
|