Files
flufflparty-/index.html
T
2023-03-26 01:34:34 +01:00

141 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>IO Game Studios</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="navigationStyle.css">
</head>
<body onresize="hideMobileMenuBar()">
<header>
<button><a href="#mainHeader">IO Game Studios</a></button>
<nav>
<!-- Desktop-->
<ul>
<li class="menuDropdownDesktop">
Games
<div>
<ul>
<li>
<button>FlufflParty</button>
</li>
<li>
<button>Other</button>
</li>
</ul>
</div>
</li>
<li>Quicklinks</li>
<li>About</li>
</ul>
<!--Mobile-->
<button onclick="showMobileMenuBar()" id="mobileMenuBarButton">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-three-dots"
viewBox="0 0 16 16">
<path d="M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>
</svg>
</button>
</nav>
</header>
<!--Mobile-->
<menu id="mobileMenuBar">
<div>
<ul>
<li>Games</li>
<li>Quicklinks</li>
<li>About</li>
</ul>
</div>
</menu>
<div>
<h1 id="mainHeader">We create games like back in the days</h1>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div>
</body>
<script src="StartPage.js"></script>
</html>