add demo application (benchmark)

This commit is contained in:
Géry Debongnie
2019-03-18 11:35:03 +01:00
parent 050025a922
commit cf289323c8
10 changed files with 175 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Demo App</title>
<link rel="icon" href="data:,">
<!-- Application JS/CSS -->
<script src="/core.js"></script>
<link rel="stylesheet" href="/app.css">
<script type="module" src="/main.js"></script>
</head>
<body>
</body>
</html>