mirror of
https://github.com/penpot/penpot.git
synced 2026-04-08 12:22:46 +02:00
12 lines
247 B
HTML
12 lines
247 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>lorem-ipsum-plugin</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|