added first prototype of the new HB with indexedDB

This commit is contained in:
Kevin Jahns
2015-06-09 18:08:23 +02:00
parent c5b47e88ac
commit 7a89c1cc6d
3 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Y Example</title>
<script src="./index.js"></script>
</head>
<body>
<h1 contentEditable> Tutorial</h1>
</body>
</html>