From 4e12cdc218943d94bb52674a5c4a4dc809e8853e Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 16 Apr 2022 02:14:40 +0300 Subject: [PATCH] JS Lesson One Done --- JSLessonOne/1.html | 29 ++++++++++++++++ JSLessonOne/2.html | 23 +++++++++++++ JSLessonOne/3.html | 85 ++++++++++++++++++++++++++++++++++++++++++++++ JSLessonOne/4.html | 45 ++++++++++++++++++++++++ 4 files changed, 182 insertions(+) create mode 100644 JSLessonOne/1.html create mode 100644 JSLessonOne/2.html create mode 100644 JSLessonOne/3.html create mode 100644 JSLessonOne/4.html diff --git a/JSLessonOne/1.html b/JSLessonOne/1.html new file mode 100644 index 0000000..0527c53 --- /dev/null +++ b/JSLessonOne/1.html @@ -0,0 +1,29 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/JSLessonOne/2.html b/JSLessonOne/2.html new file mode 100644 index 0000000..106f7ef --- /dev/null +++ b/JSLessonOne/2.html @@ -0,0 +1,23 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/JSLessonOne/3.html b/JSLessonOne/3.html new file mode 100644 index 0000000..ebf1716 --- /dev/null +++ b/JSLessonOne/3.html @@ -0,0 +1,85 @@ + + + + + Homework + + + + + + \ No newline at end of file diff --git a/JSLessonOne/4.html b/JSLessonOne/4.html new file mode 100644 index 0000000..a2e10eb --- /dev/null +++ b/JSLessonOne/4.html @@ -0,0 +1,45 @@ + + + + + Homework + + + + + + \ No newline at end of file