added first prototype of the new HB with indexedDB
This commit is contained in:
11
examples/indexedDB/index.html
Normal file
11
examples/indexedDB/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user