add: add playground application

This commit is contained in:
Géry Debongnie
2019-03-28 14:01:49 +01:00
parent afc89e6f66
commit 9e7a8d9a63
9 changed files with 37219 additions and 0 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>