fix wrong path in index.html

This commit is contained in:
Géry Debongnie
2019-02-02 10:44:04 +01:00
parent 37a8b3c7e7
commit 370efcea9e
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Odoo Web Core Demo</title>
<script src="/web/static/libs/almond/almond.js"></script>
<script src="/static/libs/almond/almond.js"></script>
<script src="/main.js"></script>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="/app.css">