Files
owl/demo/index.html
T
2019-01-22 10:25:15 +01:00

15 lines
312 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>
<link rel="stylesheet" href="app.css">
<script>
require('main');
</script>
</head>
<body>
</body>
</html>