fix: links should not be absolutes

This commit is contained in:
Géry Debongnie
2019-03-29 10:05:39 +01:00
parent 8063316f1a
commit 3d18acb94d
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -5,12 +5,12 @@
<title>Odoo Web Lab Playground</title>
<link rel="icon" href="data:,">
<script src="/libs/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="/libs/owl.js"></script>
<script src="libs/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="libs/owl.js"></script>
<!-- Application JS/CSS -->
<link rel="stylesheet" href="/playground.css">
<script type="module" src="/src/playground.js"></script>
<link rel="stylesheet" href="playground.css">
<script type="module" src="src/playground.js"></script>
</head>
<body>
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<script src="/libs/owl.js"></script>
<script src="libs/owl.js"></script>
</head>
<body>