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" />
|
2020-10-28 10:28:01 +01:00
|
|
|
<title>PENPOT - 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" />
|
2020-12-04 16:01:33 +01:00
|
|
|
|
2016-02-21 10:22:50 +02:00
|
|
|
<link rel="icon" href="/images/favicon.png" />
|
2020-12-04 16:01:33 +01:00
|
|
|
|
2020-03-11 09:20:12 +01:00
|
|
|
<script>
|
2021-01-29 13:00:03 +01:00
|
|
|
window.penpotTranslations = JSON.parse({{& translations}});
|
|
|
|
window.penpotThemes = {{& themes}};
|
|
|
|
window.penpotVersion = "%version%";
|
2020-03-11 09:20:12 +01:00
|
|
|
</script>
|
2020-08-18 16:33:12 +02:00
|
|
|
|
2020-11-12 13:35:20 +01:00
|
|
|
{{# manifest}}
|
2021-01-29 13:00:03 +01:00
|
|
|
<script>window.penpotWorkerURI="{{& worker}}"</script>
|
2020-08-18 16:33:12 +02:00
|
|
|
<script src="{{& config}}"></script>
|
2020-11-21 00:14:59 +01:00
|
|
|
<script src="{{& polyfills}}"></script>
|
2020-12-04 16:01:33 +01:00
|
|
|
{{/manifest}}
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-01-27 12:25:27 +01:00
|
|
|
{{>../public/images/sprites/symbol/icons.svg}}
|
|
|
|
{{>../public/images/sprites/symbol/cursors.svg}}
|
2020-12-04 16:01:33 +01:00
|
|
|
<section id="app" tabindex="1"></section>
|
|
|
|
<section id="modal"></section>
|
|
|
|
{{# manifest}}
|
2020-08-18 16:33:12 +02:00
|
|
|
<script src="{{& shared}}"></script>
|
|
|
|
<script src="{{& main}}"></script>
|
2020-06-02 16:14:23 +02:00
|
|
|
{{/manifest}}
|
2015-06-18 19:35:50 +02:00
|
|
|
</body>
|
|
|
|
</html>
|