From ba85e9cc2ee87d2c6f159511d910a080d5c9d4d8 Mon Sep 17 00:00:00 2001 From: sujoydev99 Date: Wed, 7 Oct 2020 15:17:23 +0530 Subject: [PATCH] initial commit --- index.html | 13 +++++++++++++ login.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 index.html create mode 100644 login.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..18e0fc2 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + This is the title of the webpage! + + +

+ This is an example paragraph. Anything in the body tag + will appear on the page, just like this p tag and its + contents. +

+ + diff --git a/login.html b/login.html new file mode 100644 index 0000000..d70ec71 --- /dev/null +++ b/login.html @@ -0,0 +1,13 @@ + + + + This is the title of the login webpage! + + +

+ This is an example paragraph. Anything in the body tag + will appear on the page, just like this p tag and its + contents. +

+ +