mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
f57ce57cb3
- Migrate to from ubuntu to debian. - Add new buildenv image. - Remove production images building from this repo. - Better comaptibility with other architectures (arm64). - Improved config management.
20 lines
658 B
Text
20 lines
658 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 href="css/main.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="lightbox"></section>
|
|
<section id="loader"></section>
|
|
<section id="modal"></section>
|
|
|
|
<script src="js/cljs_base.js?ts={{& ts}}"></script>
|
|
<script src="js/main.js?ts={{& ts}}"></script>
|
|
<script>uxbox.main.init({{& tr }})</script>
|
|
</body>
|
|
</html>
|