From 0ac8e6efd746706f5d32f5276ddbf72d3a5743b1 Mon Sep 17 00:00:00 2001
From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com>
Date: Sun, 19 Jun 2022 12:44:39 +1000
Subject: [PATCH] added other pages
---
home.html | 39 +++++++++++++++++++++++++++++++++++++++
index.html | 4 ++--
login.html | 36 ++++++++++++++++++++++++++++++++++++
main.css | 3 +++
signup.html | 36 ++++++++++++++++++++++++++++++++++++
5 files changed, 116 insertions(+), 2 deletions(-)
create mode 100644 home.html
create mode 100644 login.html
create mode 100644 signup.html
diff --git a/home.html b/home.html
new file mode 100644
index 0000000..cf50396
--- /dev/null
+++ b/home.html
@@ -0,0 +1,39 @@
+
+
+
+ MORBLOX.com - Home
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hello, OnlyTwentyCharacters!
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index f963c87..4b7e78d 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,8 @@
- MORBLOX
-
+ MORBLOX.com
+
diff --git a/login.html b/login.html
new file mode 100644
index 0000000..192b285
--- /dev/null
+++ b/login.html
@@ -0,0 +1,36 @@
+
+
+
+ MORBLOX.com - Login
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/main.css b/main.css
index a65f8e1..b43728d 100644
--- a/main.css
+++ b/main.css
@@ -48,6 +48,7 @@ body {
}
.content {
color: black;
+ min-height: 1000px;
padding-left: 5px;
padding-right: 5px;
margin-left: 1px;
@@ -57,6 +58,8 @@ body {
}
footer {
text-align: center;
+ background-color: rgb(179, 179, 179);
+ min-height: 400px;
}
p,h1,a {
margin: 0px;
diff --git a/signup.html b/signup.html
new file mode 100644
index 0000000..31ad51e
--- /dev/null
+++ b/signup.html
@@ -0,0 +1,36 @@
+
+
+
+ MORBLOX.com - Sign up
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file