This commit is contained in:
Thomas G 2022-06-19 12:54:53 +10:00
parent 0ac8e6efd7
commit c90e1dcb8e
3 changed files with 38 additions and 2 deletions

36
games.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>MORBLOX.com - Games</title>
<meta content="MORBLOX.com - Games" 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">
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
</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>Games Page</p>
</div>
<footer>
<p>REAL</p>
</footer>
</body>
</html>

View File

@ -16,7 +16,7 @@
</head>
<body>
<header class="navbar">
<img src="MORBLOXlogo.png"/>
<a href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
</header>
<header class="smallnav">
<a>Profile</a>

View File

@ -61,6 +61,6 @@ footer {
background-color: rgb(179, 179, 179);
min-height: 400px;
}
p,h1,a {
p,h1 {
margin: 0px;
}