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 + + + + + + + + + + + + + + +
+ Profile + Character + Settings +
+
+

ALERT TEXT

+
+
+

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 + + + + + + + + + + + + + + +
+ Profile + Character + Settings +
+
+

ALERT TEXT

+
+
+

nothing

+
+ + + \ 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 + + + + + + + + + + + + + + +
+ Profile + Character + Settings +
+
+

ALERT TEXT

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