added other pages
This commit is contained in:
parent
1f4a69e5c2
commit
0ac8e6efd7
|
|
@ -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>
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html lang="en-us">
|
||||||
<head>
|
<head>
|
||||||
<title>MORBLOX</title>
|
<title>MORBLOX.com</title>
|
||||||
<meta content="MORBLOX" property="og: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="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/" property="og:url"/>
|
||||||
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
|
<meta content="https://thomasluigi07.github.io/MORBLOX-WEBSITE/MORBLOXlogo.png" property="og:image"/>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
3
main.css
3
main.css
|
|
@ -48,6 +48,7 @@ body {
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
color: black;
|
color: black;
|
||||||
|
min-height: 1000px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
|
|
@ -57,6 +58,8 @@ body {
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: rgb(179, 179, 179);
|
||||||
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
p,h1,a {
|
p,h1,a {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue