0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -05:00
penpot/resources/public/index.html
2015-12-30 00:19:46 +02:00

11 lines
225 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href="/css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<section id="app" tabindex="1">
</section>
<script src="/js/main.js"></script>
</body>
</html>