48 lines
2.3 KiB
HTML
48 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<title>morblox.us - Games</title>
|
|
<meta content="morblox.us - 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">
|
|
<script src="main.js"></script>
|
|
</head>
|
|
<body>
|
|
<header class="navbar">
|
|
<a id="logo_full" href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogo.png" width="200" height="40"/></a>
|
|
<a id="logo_small" class="invisible" href="index.html"><img alt="MORBLOX Logo" src="MORBLOXlogoshort.png" width="40" height="40"/></a>
|
|
<div class="navbarbuttoncontainer">
|
|
<a class="navbarbutton" href="home.html">Home</a>
|
|
<a class="navbarbutton" href="games.html">Games</a>
|
|
<a class="navbarbutton" href="catalog.html">Catalog</a>
|
|
<a class="navbarbutton" href="build.html">Build</a>
|
|
<a class="navbarbutton" href="upgrade.html">Upgrade</a>
|
|
<a class="navbarbutton" href="forum.html">Forum</a>
|
|
</div>
|
|
</header>
|
|
<header class="smallnav">
|
|
<div class="smallnavbarbuttoncontainer">
|
|
<a class="smallnavbarbutton" href="profile.html">Profile</a>
|
|
<a class="smallnavbarbutton" href="avatar.html">Avatar</a>
|
|
<a class="smallnavbarbutton" href="Settings.html">Settings</a>
|
|
</div>
|
|
</header>
|
|
<header class="invisible" id="alert">
|
|
<p class="alerttext" >ALERT TEXT</p>
|
|
</header>
|
|
<div class="content">
|
|
<p>Games Page</p>
|
|
</div>
|
|
<footer>
|
|
<p>REAL</p>
|
|
</footer>
|
|
</body>
|
|
</html> |