mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
17 lines
562 B
Text
17 lines
562 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>UXBOX - The Open-Source prototyping tool</title>
|
|
<link href="{{& cssfile}}" 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>
|
|
<section id="loader" tabindex="3"></section>
|
|
<script src="{{& jsfile}}"></script>
|
|
<script>uxbox.main.init()</script>
|
|
</body>
|
|
</html>
|