mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
26 lines
804 B
Text
26 lines
804 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>UXBOX - The Open-Source prototyping tool</title>
|
|
<link id="theme" href="/css/main-{{& th}}.css?ts={{& ts}}"
|
|
rel="stylesheet" type="text/css" />
|
|
<link rel="icon" href="/images/favicon.png" />
|
|
</head>
|
|
<body>
|
|
<section id="app" tabindex="1"></section>
|
|
<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}}
|
|
</body>
|
|
</html>
|