webflow-designer-extension/index.html

13 lines
413 B
HTML
Raw Normal View History

2023-08-04 18:45:47 +02:00
<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>