From 79652cceda9b96bf650323d9ba911417f85a5dc1 Mon Sep 17 00:00:00 2001 From: Nitin Teotia Date: Wed, 25 Dec 2019 05:24:41 +0530 Subject: [PATCH 1/2] login form --- dir2/app2.js | 1 + log.txt | 1 + login.html | 0 3 files changed, 2 insertions(+) create mode 100644 dir2/app2.js create mode 100644 log.txt create mode 100644 login.html diff --git a/dir2/app2.js b/dir2/app2.js new file mode 100644 index 0000000..230bd35 --- /dev/null +++ b/dir2/app2.js @@ -0,0 +1 @@ +console.log(123); \ No newline at end of file diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..3fd9e38 --- /dev/null +++ b/log.txt @@ -0,0 +1 @@ +error logs \ No newline at end of file diff --git a/login.html b/login.html new file mode 100644 index 0000000..e69de29 From 90ab949f92accc79e3ab3bc1fe01098955a29c51 Mon Sep 17 00:00:00 2001 From: Nitin Teotia Date: Wed, 25 Dec 2019 05:27:02 +0530 Subject: [PATCH 2/2] login form --- index.html | 1 + login.html | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 137305f..4551741 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ My App this is my app! + Login Form \ No newline at end of file diff --git a/login.html b/login.html index e69de29..e9f12b6 100644 --- a/login.html +++ b/login.html @@ -0,0 +1 @@ +login \ No newline at end of file