fedit/resources/public/index.html
2018-03-18 14:19:37 +00:00

14 lines
228 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset='utf-8'>
</head>
<body>
<div id="app"></div>
<script src="js/compiled/app.js"></script>
<script>fedit.core.init();</script>
</body>
</html>