mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
f00c322689
Just for avoid cache problems in production.
15 lines
448 B
Text
15 lines
448 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>uxbox.io - ???</title>
|
|
<link href="{{& cssfile}}" rel="stylesheet" type="text/css" />
|
|
<link rel="icon" href="/images/favicon.png" />
|
|
</head>
|
|
<body>
|
|
<section id="app" tabindex="1"></section>
|
|
<section id="lightbox" tabindex="2"></section>
|
|
<script src="{{& jsfile}}"></script>
|
|
</body>
|
|
</html>
|