0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00
penpot/resources/index.mustache
Andrey Antukh cf2a838007
Reimplement app initialization.
Now is done from template instead of global code execution
on main namespace.
2016-06-12 13:24:55 +03:00

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.main()</script>
</body>
</html>