0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/frontend/resources/templates/index.mustache

27 lines
805 B
Text
Raw Normal View History

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>
<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>
<script>
window.appTranslations = JSON.parse({{& translations }});
window.appThemes = {{& themes }};
</script>
{{# manifest}}
<script>window.appWorkerURI="{{& worker}}"</script>
<script src="{{& config}}"></script>
<script src="{{& shared}}"></script>
<script src="{{& main}}"></script>
{{/manifest}}
2015-06-18 19:35:50 +02:00
</body>
</html>