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">
<title>My guest book</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="instructions.css">
</head>
<body>
<div class="desk-header">
<a href="index.html">
<img id="desk-logo" src="images/guestbook-logo-main.png" alt="logo">
</a>
<nav>
<a href="index.html">Home</a>
<a href="chat.php">Chat</a>
<a href="instructions.html">Instructions</a>
</nav>
</div>
<div class="mobile-header">
<a href="index.html">
<img id="desk-logo" src="images/guestbook-logo-main.png" alt="logo">
</a>
<div class="hamburger-menu">
<input id="menu__toggle" type="checkbox" />
<label class="menu__btn" for="menu__toggle">
<span></span>
</label>
<ul class="menu__box">
<img id="desk-logo" src="images/guestbook-logo-main.png" alt="logo">
<li><a class="menu__item" href="index.html">Home</a></li>
<li><a class="menu__item" href="chat.php">Chat</a></li>
<li><a class="menu__item" href="instructions.html">Instructions</a></li>
</ul>
</div>
</div>
<div class="hr-break">
<hr>
</div>
<div class="instruction-content">
<h1>Instructions</h1>
<br>
<p>My digital guest book is an messageing site for everyone. All mesages send are public (don't share sensitive information!). </p>
<h3>How do I use My digital guest book?</h3>
<ul>
<li>To add your message, click on "Chat" at the top of the page.</li>
<li>You can enter your name and message at the bottom of the page.</li>
<li>If you would like to add an image, just press "Choose file" on the right of the message input field.</li>
<li>Click "Send" to post your message.</li>
</ul>
<p>Done! Now everyone can see your message on the site.</p>
</div>
</body>
</html>