mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
15 lines
447 B
HTML
15 lines
447 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>uxbox.io - ???</title>
|
|
<link href="/css/main.css" rel="stylesheet" type="text/css" />
|
|
<link rel="icon" href="/images/favicon.png" />
|
|
</head>
|
|
<body>
|
|
<section id="app" tabindex="1"></section>
|
|
<section id="lightbox" tabindex="2"></section>
|
|
<script src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|