0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 05:33:02 -05:00
penpot-exporter-figma-plugin/ui-src/index.html

13 lines
326 B
HTML
Raw Normal View History

2024-04-12 11:52:19 -05:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Penpot Exporter</title>
</head>
2024-06-19 10:01:37 -05:00
<body style="overflow-y: hidden">
2024-04-12 11:52:19 -05:00
<div id="root"></div>
<script type="module" src="./main.tsx"></script>
</body>
</html>