Files
penpot/plugins/apps/icons-plugin/src/index.html
2026-03-12 19:07:44 +01:00

13 lines
304 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>icons-plugin</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<app-root></app-root>
</body>
</html>