Files
owl/demo/index.html
T
2019-01-16 16:17:25 +01:00

15 lines
294 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Odoo Web Core Demo</title>
<script src="almond.js"></script>
<script src="main.js"></script>
<script>
require('main');
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>