Spaces:
Running
Running
Update index.html
Browse files- 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
|
| 17 |
</div>
|
| 18 |
|
| 19 |
-
|
| 20 |
-
<p>
|
| 21 |
-
|
| 22 |
-
|
| 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>
|