47 lines
2.4 KiB
HTML
47 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html lang="en" data-bs-theme="dark">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Intrusive Thoughts - Games</title>
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
</head>
|
|
<body>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
|
|
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark border-bottom">
|
|
<div class="container-fluid">
|
|
<a class="navbar-brand d-flex align-items-center link-body-emphasis text-decoration-none" href="/">
|
|
<img class="bi me-2" src="/images/logo_2_square_white.png" height="32">
|
|
<span class="fs-4">Intrusive Thoughts</span>
|
|
</a>
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#header-navbar" aria-controls="header-navbar" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div id="header-navbar" class="collapse navbar-collapse justify-content-end">
|
|
<ul class="nav">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="/">Collective</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link active" aria-current="page" href="/games.html">Games</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="/team.html">Team</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="/contact.html">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<main class="container mt-5">
|
|
<div class="p-5">
|
|
<h3>Watch this space...</h3>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|