liewchooichin commited on
Commit
3705ef3
·
verified ·
1 Parent(s): fad2c18

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -6
index.html CHANGED
@@ -13,13 +13,12 @@
13
  </main>
14
 
15
  <div class="card">
16
- <p>Build this simple <a href="./draw-web-worker/index.html">shape draw app</a> while learning about Web Worker API.</p>
17
  </div>
18
 
19
- <!--div class="card">
20
- <p>Video analyzer using Microsoft Azure video indexer.
21
- Very impressed by the <a href="./analyze-video/analyze-video.html">insights</a> from the indexer.
22
- Check out the <a href="./analyze-video/analyze-video.html">widgets</a>.</p>
23
- </div-->
24
  </body>
25
  </html>
 
13
  </main>
14
 
15
  <div class="card">
16
+ <p>Build this simple <a href="./draw-web-worker/index.html">shape drawing app</a> while learning about Web Worker API.</p>
17
  </div>
18
 
19
+ <div class="card">
20
+ <p>A <a href="./simple-notes/index.html">Simple Notes application</a> using IndexedDB.
21
+ IndexedDB is a mini database stored on the client side.</p>
22
+ </div>
 
23
  </body>
24
  </html>