2022-03-22 02:12:31 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<title>Penpot - Render</title>
|
|
|
|
<link rel="icon" href="images/favicon.png" />
|
|
|
|
|
|
|
|
<script>
|
|
|
|
window.penpotThemes = {{& themes}};
|
|
|
|
window.penpotVersion = "%version%";
|
|
|
|
</script>
|
|
|
|
|
|
|
|
{{# manifest}}
|
|
|
|
<script src="{{& config}}"></script>
|
|
|
|
<script src="{{& polyfills}}"></script>
|
|
|
|
{{/manifest}}
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-03-30 03:02:36 -05:00
|
|
|
<div id="app"></div>
|
2022-03-22 02:12:31 -05:00
|
|
|
{{# manifest}}
|
|
|
|
<script src="{{& shared}}"></script>
|
|
|
|
<script src="{{& render}}"></script>
|
|
|
|
{{/manifest}}
|
|
|
|
</body>
|
|
|
|
</html>
|