mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 12:25:42 +00:00
13 lines
320 B
HTML
13 lines
320 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Plugin API Test Suite</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<main id="app" class="wrapper"></main>
|
|
<script type="module" src="/src/ui.ts"></script>
|
|
</body>
|
|
</html>
|