2015-06-18 12:35:50 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2016-02-21 03:22:50 -05:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
2016-04-16 05:41:22 -05:00
|
|
|
<title>UXBOX - The Open-Source prototyping tool</title>
|
2016-02-28 03:12:25 -05:00
|
|
|
<link href="{{& cssfile}}" rel="stylesheet" type="text/css" />
|
2016-02-21 03:22:50 -05:00
|
|
|
<link rel="icon" href="/images/favicon.png" />
|
2015-06-18 12:35:50 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-12-17 05:51:36 -05:00
|
|
|
<section id="app" tabindex="1"></section>
|
|
|
|
<section id="lightbox" tabindex="2"></section>
|
2016-04-16 05:41:33 -05:00
|
|
|
<section id="loader" tabindex="3"></section>
|
2016-02-28 03:12:25 -05:00
|
|
|
<script src="{{& jsfile}}"></script>
|
2016-06-12 05:24:55 -05:00
|
|
|
<script>uxbox.main.main()</script>
|
2015-06-18 12:35:50 -05:00
|
|
|
</body>
|
|
|
|
</html>
|