From a5d930cfa1aa47b02a40c5d95487d1f56534efaf Mon Sep 17 00:00:00 2001 From: lee altair Date: Sun, 16 Nov 2025 18:11:14 +0530 Subject: [PATCH] added login page to site and added link from the homepage. also centre aligned the button "get our latest albums". --- .../Lesson 1/index.html | 3 +- .../Lesson 1/login.html | 250 ++++++++++++++++++ 2 files changed, 252 insertions(+), 1 deletion(-) create mode 100644 Introduction to JavaScript/Lesson 1/login.html diff --git a/Introduction to JavaScript/Lesson 1/index.html b/Introduction to JavaScript/Lesson 1/index.html index 57ae0953..a38a4f94 100644 --- a/Introduction to JavaScript/Lesson 1/index.html +++ b/Introduction to JavaScript/Lesson 1/index.html @@ -12,10 +12,11 @@
  • HOME
  • STORE
  • ABOUT
  • +
  • LOGIN
  • The Generics

    -
    +
    diff --git a/Introduction to JavaScript/Lesson 1/login.html b/Introduction to JavaScript/Lesson 1/login.html new file mode 100644 index 00000000..673d84da --- /dev/null +++ b/Introduction to JavaScript/Lesson 1/login.html @@ -0,0 +1,250 @@ + + + + The Generics - Login + + + + + + + + + + + +
    + +

    The Generics

    +
    + +
    + +
    + + + + + + + + \ No newline at end of file