[REF] tools: rename extras into tools

This commit is contained in:
Géry Debongnie
2019-06-09 16:56:27 +02:00
parent 2a19aeb6a3
commit e1bcea77b5
70 changed files with 32 additions and 31 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OWL Master Benchmark</title>
<link href="../shared/main.css" rel="stylesheet"/>
<script src='../../owl.js'></script>
</head>
<body>
<div id='main'></div>
<script src='app.js' type="module"></script>
</body>
</html>