commit ba85e9cc2ee87d2c6f159511d910a080d5c9d4d8 Author: sujoydev99 Date: Wed Oct 7 15:17:23 2020 +0530 initial commit 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. +

+ +