0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-28 09:30:07 -05:00
penpot/frontend/resources/public/templates/layouts/head.html
2016-11-20 20:03:17 +01:00

12 lines
No EOL
573 B
HTML

<head>
<meta charset="utf-8"/>
<title>UXBOX</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="UXBOX, the Open Source prototyping tool"/>
<meta name="keywords" content="Prototyping, Wireframing, User, Experience"/>
<meta name="viewport" content="width=device-width, user-scalable=no"/>
<link href="/styles/main.css" rel="stylesheet"/>
<script src="/vendor/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="/scripts/application.js" type="text/javascript"></script>
</head>