move snabbdom into libs/

This commit is contained in:
Géry Debongnie
2019-03-14 11:30:49 +01:00
parent f08ff9e5c2
commit 027318bb98
85 changed files with 12 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Snabbdom benchmarks</title>
<script type="text/javascript" src="build.js"></script>
</head>
<body>
<p>See console</p>
<div id="container"></div>
</body>
</html>