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 href="https://fonts.cdnfonts.com/css/bellmont" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<title>Rules</title>
</head>
<body>
<section>
<div class="header">
<h1>GAMEMO</h1>
<div class="nav">
<a class="motion1" href="index.html">Home</a>
<a class="motion2" href="game.html">Game</a>
<a class="motion1" href="rules.html">Rules</a>
<a class="motion2" href="contact.html">contact</a>
</div>
<div id="headerh1">
<i id="open" class="fa-solid fa-bars"></i>
<div id="linksdiv">
<div id="linksdiv1">
<i id="close" class="fa-solid fa-xmark"></i>
</div>
<div id="linksdiv2">
<a href="index.html">Home</a>
<a href="game.html">Game</a>
<a href="rules.html">Rules</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>
</div>
<div class="gamelook">
<div class="line1">
</div>
<div class="gameplace">
<p class="rules">1. Two players take turns marking empty spaces on a 3x3 grid. <br> <br>
2. Player 1 is X, Player 2 is O. <br> <br>
3. The goal is to get three of your marks in a row horizontally, vertically, or diagonally. <br> <br>
4. Players alternate turns until a win, a draw, or the board is full. <br> <br>
5. No moves are allowed in occupied spaces. <br> <br>
6. The first to achieve three in a row wins.</p>
</div>
<div class="line2">
</div>
</div>
<div class="footer">
<h1>COPYRIGHTS@MOAMEN2018</h1>
</div>
</section>
<script src="javascript/index.js"></script>
</body>
</html>