diff --git a/JavaScript/Lesson 1/bulb.html b/JavaScript/Lesson 1/bulb.html new file mode 100644 index 0000000..8d1264f --- /dev/null +++ b/JavaScript/Lesson 1/bulb.html @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + diff --git a/JavaScript/Lesson 1/bulbscript.html b/JavaScript/Lesson 1/bulbscript.html new file mode 100644 index 0000000..41dd984 --- /dev/null +++ b/JavaScript/Lesson 1/bulbscript.html @@ -0,0 +1,25 @@ + + + + Light Switch + + + + + + + + + + + + + diff --git a/JavaScript/Lesson 1/pic_bulboff.gif b/JavaScript/Lesson 1/pic_bulboff.gif new file mode 100644 index 0000000..65cacdd Binary files /dev/null and b/JavaScript/Lesson 1/pic_bulboff.gif differ diff --git a/JavaScript/Lesson 1/pic_bulbon.gif b/JavaScript/Lesson 1/pic_bulbon.gif new file mode 100644 index 0000000..72ecfc4 Binary files /dev/null and b/JavaScript/Lesson 1/pic_bulbon.gif differ