ref: move playground at root of folder

This commit is contained in:
Géry Debongnie
2019-03-29 09:59:39 +01:00
parent 208c7d0b63
commit 8063316f1a
1772 changed files with 0 additions and 141252 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<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>
<!-- Application JS/CSS -->
<link rel="stylesheet" href="/playground.css">
<script type="module" src="/src/playground.js"></script>
</head>
<body>
</body>
</html>