webflow-designer-extension/index.html

14 lines
424 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;
2023-08-04 19:55:21 +02:00
color: #d9d9d9;
2023-08-04 18:45:47 +02:00
}
</style>
<div id="root"></div>
<script src="https://d3e54v103j8qbb.cloudfront.net/gen/js/entrypoint-designer-extensions-client.e4ef1682e412a922c7e4.js"></script>
2023-08-04 18:45:47 +02:00
<script type="module" src="src/main.tsx"></script>