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>
|
2020-01-20 07:03:01 -05:00
|
|
|
<link href="css/main.css?ts={{& ts}}" 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>
|
2020-02-25 10:18:55 -05:00
|
|
|
{{& ic }}
|
2015-12-17 05:51:36 -05:00
|
|
|
<section id="app" tabindex="1"></section>
|
2017-03-02 10:43:45 -05:00
|
|
|
<section id="lightbox"></section>
|
|
|
|
<section id="loader"></section>
|
2019-08-02 13:18:05 -05:00
|
|
|
<section id="modal"></section>
|
2019-08-07 13:08:11 -05:00
|
|
|
|
2020-01-20 07:03:01 -05:00
|
|
|
<script src="js/cljs_base.js?ts={{& ts}}"></script>
|
|
|
|
<script src="js/main.js?ts={{& ts}}"></script>
|
2020-01-11 10:28:54 -05:00
|
|
|
<script>uxbox.main.init({{& tr }})</script>
|
2015-06-18 12:35:50 -05:00
|
|
|
</body>
|
|
|
|
</html>
|