mirror of
https://github.com/penpot/penpot.git
synced 2026-03-21 18:03:47 +00:00
12 lines
271 B
HTML
12 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href="/css/main.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<section id="app" tabindex="1"></section>
|
|
<section id="lightbox" tabindex="2"></section>
|
|
<script src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|