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" />
|
2020-10-28 04:28:01 -05:00
|
|
|
<title>PENPOT - The Open-Source prototyping tool</title>
|
2020-04-30 02:15:44 -05:00
|
|
|
<link id="theme" href="/css/main-{{& th}}.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-11-12 07:35:20 -05:00
|
|
|
{{>../public/images/sprites/symbol/svg/sprite.symbol.svg}}
|
2015-12-17 05:51:36 -05:00
|
|
|
<section id="app" tabindex="1"></section>
|
2019-08-02 13:18:05 -05:00
|
|
|
<section id="modal"></section>
|
2020-03-11 03:20:12 -05:00
|
|
|
<script>
|
2020-11-12 07:35:20 -05:00
|
|
|
window.appTranslations = JSON.parse({{& translations}});
|
|
|
|
window.appThemes = {{& themes}};
|
2020-03-11 03:20:12 -05:00
|
|
|
</script>
|
2020-08-18 09:33:12 -05:00
|
|
|
|
2020-11-12 07:35:20 -05:00
|
|
|
{{# manifest}}
|
2020-08-18 10:16:23 -05:00
|
|
|
<script>window.appWorkerURI="{{& worker}}"</script>
|
2020-08-18 09:33:12 -05:00
|
|
|
<script src="{{& config}}"></script>
|
2020-11-20 18:14:59 -05:00
|
|
|
<script src="{{& polyfills}}"></script>
|
2020-08-18 09:33:12 -05:00
|
|
|
<script src="{{& shared}}"></script>
|
|
|
|
<script src="{{& main}}"></script>
|
2020-06-02 09:14:23 -05:00
|
|
|
{{/manifest}}
|
2015-06-18 12:35:50 -05:00
|
|
|
</body>
|
|
|
|
</html>
|