0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

Add view app related templates and scss files.

This commit is contained in:
Andrey Antukh 2016-06-14 23:52:04 +03:00
parent 9dc94caffd
commit 9115f4923f
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
4 changed files with 18 additions and 2 deletions

View file

@ -12,6 +12,6 @@
<section id="lightbox" tabindex="2"></section>
<section id="loader" tabindex="3"></section>
<script src="{{& jsfile}}"></script>
<script>uxbox.main.main()</script>
<script>uxbox.main.init()</script>
</body>
</html>

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>UXBOX-view - The Open-Source prototyping tool</title>
<link href="/view/css/main.css?v=1465937252688" 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>
<section id="loader" tabindex="3"></section>
<script src="/view/js/main.js?v=1465937252688"></script>
</body>
</html>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>UXBOX/preview - The Open-Source prototyping tool</title>
<title>UXBOX-view - The Open-Source prototyping tool</title>
<link href="{{& cssfile}}" rel="stylesheet" type="text/css" />
<link rel="icon" href="/images/favicon.png" />
</head>