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>
|
2020-04-30 09:15:44 +02:00
|
|
|
<link id="theme" href="/css/main-{{& th}}.css?ts={{& ts}}"
|
|
|
|
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>
|
2019-08-02 20:18:05 +02:00
|
|
|
<section id="modal"></section>
|
2020-03-11 09:20:12 +01:00
|
|
|
<script>
|
|
|
|
window.uxboxConfig = JSON.parse({{& config }});
|
|
|
|
window.uxboxTranslations = JSON.parse({{& translations }});
|
2020-04-08 11:57:29 +03:00
|
|
|
window.uxboxThemes = {{& themes }};
|
2020-03-11 09:20:12 +01:00
|
|
|
</script>
|
2020-04-18 20:34:34 +02:00
|
|
|
<script src="/js/shared.js?ts={{& ts }}"></script>
|
|
|
|
<script src="/js/main.js?ts={{& ts }}"></script>
|
2015-06-18 19:35:50 +02:00
|
|
|
</body>
|
|
|
|
</html>
|