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