0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 20:39:09 -05:00
penpot/resources/public/index.html

12 lines
225 B
HTML
Raw Normal View History

2015-06-18 19:35:50 +02:00
<!DOCTYPE html>
<html>
<head>
<link href="/css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<section id="app" tabindex="1">
</section>
2015-12-15 11:36:55 +02:00
<script src="/js/main.js"></script>
2015-06-18 19:35:50 +02:00
</body>
</html>