Spaces:
Running
Running
liewchooichin
commited on
Commit
•
89c2f80
1
Parent(s):
8196597
Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
@@ -11,6 +11,10 @@
|
|
11 |
<h1>Welcome to my Space!</h1>
|
12 |
<p>It contains fun stuff that I build during my journey to learn full stack web application development.</p>
|
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>
|
|
|
11 |
<h1>Welcome to my Space!</h1>
|
12 |
<p>It contains fun stuff that I build during my journey to learn full stack web application development.</p>
|
13 |
</main>
|
14 |
+
|
15 |
+
<div class="card">
|
16 |
+
<p>The first Javascript app that I build. A <a href="./number-game/index.html">Number guessing game</a>.</p>
|
17 |
+
</div>
|
18 |
|
19 |
<div class="card">
|
20 |
<p>Build this simple <a href="./draw-web-worker/index.html">shape drawing app</a> while learning about Web Worker API.</p>
|