mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 03:07:14 -05:00
13 lines
266 B
HTML
13 lines
266 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>contrast-plugin</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|