Files
owl/web/index.html
T
Géry Debongnie 3766fbc7b8 reorganize files
2019-01-23 09:45:28 +01:00

15 lines
338 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Odoo Web Core Demo</title>
<script src="/web/static/libs/almond/almond.js"></script>
<script src="/main.js"></script>
<link rel="stylesheet" href="/app.css">
<script>
require('main');
</script>
</head>
<body>
</body>
</html>