2015-06-18 12:35:50 -05:00
|
|
|
<!DOCTYPE html>
|
2024-04-18 04:39:48 -05:00
|
|
|
<html lang="en">
|
2015-06-18 12:35:50 -05:00
|
|
|
<head>
|
2016-02-21 03:22:50 -05:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
2021-02-01 12:13:52 -05:00
|
|
|
<title>Penpot - Design Freedom for Teams</title>
|
2024-01-03 04:34:28 -05:00
|
|
|
|
2021-02-01 12:13:52 -05:00
|
|
|
<meta name="description" content="The open-source solution for design and prototyping.">
|
|
|
|
<meta property="og:locale" content="en_US">
|
|
|
|
<meta property="og:title" content="Penpot | Design Freedom for Teams">
|
|
|
|
<meta property="og:description" content="The open-source solution for design and prototyping">
|
|
|
|
<meta property="og:image" content="https://penpot.app/images/workspace-ui.jpg">
|
|
|
|
<meta name="twitter:title" content="Penpot | Design Freedom for Teams">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<meta name="twitter:description" content="The open-source solution for design and prototyping">
|
|
|
|
<meta name="twitter:image" content="https://penpot.app/images/workspace-ui.jpg">
|
|
|
|
<meta name="twitter:site" content="@penpotapp">
|
|
|
|
<meta name="twitter:creator" content="@penpotapp">
|
2022-04-11 05:03:07 -05:00
|
|
|
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)">
|
2023-03-06 08:13:21 -05:00
|
|
|
<link id="theme" href="css/main.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
|
2024-01-03 04:34:28 -05:00
|
|
|
{{#isDebug}}
|
|
|
|
<link href="css/debug.css?ts={{& ts}}" rel="stylesheet" type="text/css" />
|
|
|
|
{{/isDebug}}
|
2020-12-04 10:01:33 -05:00
|
|
|
|
2021-04-19 11:35:36 -05:00
|
|
|
<link rel="icon" href="images/favicon.png" />
|
2024-04-18 09:39:04 -05:00
|
|
|
{{# manifest}}
|
2024-10-31 10:43:20 -05:00
|
|
|
<script>window.penpotWorkerURI="{{& worker_main}}"</script>
|
2024-04-18 09:39:04 -05:00
|
|
|
<script defer src="{{& config}}"></script>
|
|
|
|
<script defer src="{{& polyfills}}"></script>
|
|
|
|
{{/manifest}}
|
2024-04-02 02:58:21 -05:00
|
|
|
|
2024-10-09 03:43:50 -05:00
|
|
|
<script type="module" src="{{& pluginRuntimeUri}}"></script>
|
2020-12-04 10:01:33 -05:00
|
|
|
|
2020-03-11 03:20:12 -05:00
|
|
|
<script>
|
2021-01-29 07:00:03 -05:00
|
|
|
window.penpotTranslations = JSON.parse({{& translations}});
|
|
|
|
window.penpotVersion = "%version%";
|
2022-04-06 04:14:18 -05:00
|
|
|
window.penpotBuildDate = "%buildDate%";
|
2020-03-11 03:20:12 -05:00
|
|
|
</script>
|
2024-04-04 04:41:22 -05:00
|
|
|
<!--cookie-consent-->
|
2020-12-04 10:01:33 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-03-01 09:23:35 -05:00
|
|
|
{{> ../public/images/sprites/symbol/icons.svg }}
|
|
|
|
{{> ../public/images/sprites/symbol/cursors.svg }}
|
2024-07-04 02:17:05 -05:00
|
|
|
{{> ../public/images/sprites/assets.svg }}
|
2023-03-30 03:02:36 -05:00
|
|
|
<div id="app"></div>
|
2020-12-04 10:01:33 -05:00
|
|
|
<section id="modal"></section>
|
2024-02-02 03:17:10 -05:00
|
|
|
|
2024-04-18 09:39:04 -05:00
|
|
|
{{# manifest}}
|
2024-10-31 10:43:20 -05:00
|
|
|
<script defer src="js/libs.js?ts={{& ts}}"></script>
|
2024-02-02 03:17:10 -05:00
|
|
|
<script defer src="{{& shared}}"></script>
|
|
|
|
<script defer src="{{& main}}"></script>
|
2020-06-02 09:14:23 -05:00
|
|
|
{{/manifest}}
|
2015-06-18 12:35:50 -05:00
|
|
|
</body>
|
|
|
|
</html>
|