kavea/src/templates/index.html.tmpl

11 lines
201 B
Cheetah
Raw Normal View History

2021-05-28 16:19:18 -04:00
<!DOCTYPE html>
<head>
<title>Kavea</title>
</head>
<body>
<div id="container"></div>
<script src="/static/js/konva.7.2.5.min.js"></script>
<script src="/static/js/kavea.js"></script>
</body>