[REF] move libs out of playground, add server.py

So we can share it
This commit is contained in:
Géry Debongnie
2019-04-30 10:51:18 +02:00
parent 8b4a3e45a3
commit 9cc1dd0524
16 changed files with 30 additions and 10 deletions
+3 -3
View File
@@ -5,12 +5,12 @@
<title>OWL 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/app.js"></script>
<script type="module" src="app.js"></script>
</head>
<body>