added other pages

This commit is contained in:
Thomas G 2022-06-19 12:44:39 +10:00
parent 1f4a69e5c2
commit 0ac8e6efd7
5 changed files with 116 additions and 2 deletions

39
home.html Normal file
View File

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>MORBLOX.com - Home</title>
<meta content="MORBLOX.com - Home" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/" property="og:url"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
<meta content="#2260DD" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="MORBLOX.png"/>
<link rel="apple-touch-startup-image" href="MORBLOXSplash.png"/>
<link rel="icon" type="image/x-icon" href="MORBLOX.ico">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="navbar">
<img src="MORBLOXlogo.png"/>
</header>
<header class="smallnav">
<a>Profile</a>
<a>Character</a>
<a>Settings</a>
</header>
<header class="alert" id="invisible">
<p class="alerttext" >ALERT TEXT</p>
</header>
<div class="content">
<h1>Hello, OnlyTwentyCharacters!</h1>
<div class="leftcolumn">
</div>
</div>
<footer>
<p>super mario</p>
</footer>
</body>
</html>

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>MORBLOX</title>
<meta content="MORBLOX" property="og:title"/>
<title>MORBLOX.com</title>
<meta content="Free Games at MORBLOX.com" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/" property="og:url"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>

36
login.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>MORBLOX.com - Login</title>
<meta content="MORBLOX.com - Login" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/" property="og:url"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
<meta content="#2260DD" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="MORBLOX.png"/>
<link rel="apple-touch-startup-image" href="MORBLOXSplash.png"/>
<link rel="icon" type="image/x-icon" href="MORBLOX.ico">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="navbar">
<img src="MORBLOXlogo.png"/>
</header>
<header class="smallnav">
<a>Profile</a>
<a>Character</a>
<a>Settings</a>
</header>
<header class="alert" id="invisible">
<p class="alerttext" >ALERT TEXT</p>
</header>
<div class="content">
<p>nothing</p>
</div>
<footer>
<p>login page</p>
</footer>
</body>
</html>

View File

@ -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;

36
signup.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>MORBLOX.com - Sign up</title>
<meta content="MORBLOX.com - Sign up" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/" property="og:url"/>
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
<meta content="#2260DD" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<link rel="apple-touch-icon" href="MORBLOX.png"/>
<link rel="apple-touch-startup-image" href="MORBLOXSplash.png"/>
<link rel="icon" type="image/x-icon" href="MORBLOX.ico">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="navbar">
<img src="MORBLOXlogo.png"/>
</header>
<header class="smallnav">
<a>Profile</a>
<a>Character</a>
<a>Settings</a>
</header>
<header class="alert" id="invisible">
<p class="alerttext" >ALERT TEXT</p>
</header>
<div class="content">
</div>
<footer>
<p>mario</p>
</footer>
</body>
</html>