reorganize files

This commit is contained in:
Géry Debongnie
2019-01-22 19:25:12 +01:00
parent 5652ef65ad
commit 3766fbc7b8
101 changed files with 31 additions and 43 deletions
+15
View File
@@ -0,0 +1,15 @@
<!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>