Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<title>Document</title>
<!-- hoi -->
</head>
<body>
<div class="wrapper" id="wrapper">
<div id="topBar" class="topBar">
<!--Logo-->
<img src="img/topBar/TBLogo.png" alt="Logo" id="tb-logo">
<!--HomeBTN-->
<a href="index.html" class="topBarItem" id="tb-home">
<img src="img/topBar/home.png" alt="Home" class="topBarIcon">
<div class="tbitemvertline"></div>
<p class="topBarText">Home</p>
</a>
<!--GamesBTN-->
<a href="gamesPage.html" class="topBarItem" id="tb-games">
<img src="img/topBar/games.png" alt="Games" class="topBarIcon">
<div class="tbitemvertline"></div>
<p class="topBarText">Games</p>
</a>
<!--AboutBTN-->
<a href="about.html" class="topBarItem" id="tb-about">
<img src="img/topBar/about.png" alt="About" class="topBarIcon">
<div class="tbitemvertline"></div>
<p class="topBarText">About</p>
</a>
<!--ContactBTN-->
<a href="contact.html" class="topBarItem" id="tb-contact">
<img src="img/topBar/contact.png" alt="Contact" class="topBarIcon">
<div class="tbitemvertline"></div>
<p class="topBarText">Contact</p>
</a>
</div>
<div class="header" id="header">
<div class="headerText">
<!-- TODO | Add header -->
<h1 class="headerTitle">Home</h1>
</div>
</div>
<div class="content home" id="content">
<div class="introduction">
<div class="intrLeft">
<div class="HMwhatIsGamecraft">
<center>
<h2>What is Gamecraft?</h2>
</center>
<p class="p">At GameCraft, our mission is simple: to entertain you in the most interactive and engaging way possible.<br>We believe in the power of games to bring people together, regardless of age or background.<br>Whether you're a seasoned gamer or just looking for a fun way to pass the time, GameCraft has something for everyone.</p>
</div>
</div>
<div class="intrRight">
<div class="HMfeaturedGames">
<center>
<h2>Featured</h2>
</center>
<div class="HMftGamesWrapper">
<a href="PIANOTILE.html" class="HMftGame">
<div class="HMftImgWrapper">
<img src="img/topBar/pianotile.jpg" alt="pianotile">
</div>
<p class="HMftGameTitle">pianotile</p>
</a>
<a href="minesweeper.html" class="HMftGame">
<div class="HMftImgWrapper">
<img src="img/minesweeper/Minesweeper-banner.webp" alt="pianotile">
</div>
<p class="HMftGameTitle">minesweeper</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">Copyright © 2023</div>
<script src="js/main.js"></script>
</body>
</html>