20190211 - findmyPrecious.html
<!DOCTYPE html>
<html lang="fr-FR">
<head>
<title>findMyPrecious</title>
<meta charset="UTF-8">
<meta name="description" content="Web game">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta name="author" content="Dan CARBONE">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<ul>
<li><a href="#fellows">Fellows</a></li>
<li><a href="#thering">The Ring</a></li>
<li><a href="#getmyreward">Get my reward</a></li>
<li><a href="#besthunters">Best hunters</a></li>
<li><a href="#jointhearmy">Join the army</a></li>
<li><a href="#contactus">Contact us</a></li>
</ul>
</nav>
<div>
<header></header>
<section><h2><a id="fellows">Fellow wanted dead(or alive if you want to eat them later</a></h2>
<a href="https://placeholder.com"><img src="https://via.placeholder.com/200" alt="No face">Ipsum Lorem</a>
<a href="https://placeholder.com"><img src="https://via.placeholder.com/200" alt="No face">Ipsum Lorem</a>
<a href="https://placeholder.com"><img src="https://via.placeholder.com/200" alt="No face">Ipsum Lorem</a>
</section><hr>
<section><h2><a id="getmyreward">Get my reward</a></h2>
<a>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</a>
<a href="https://placeholder.com"><img src="https://via.placeholder.com/140" alt="No face">Ipsum Lorem</a>
</section><hr>
<section><h2><a id="besthunters">Best hunters</a></h2>
<a href="https://placeholder.com"><img src="https://via.placeholder.com/70" alt="No face">Ipsum Lorem</a>
<a href="https://placeholder.com"><img src="https://via.placeholder.com/70" alt="No face">Ipsum Lorem</a>
</section><hr>
<section><h2><a id="thering">The ring</a></h2>
<p>What can our master Saurondo with the ring?</p>
<table>
<tr>
<th>Feature</th>
<th>Description</th>
</tr>
<tr>
<td>Main</td>
<td>One ring to rule them all</td>
</tr>
<tr>
<td>Invisibility</td>
<td>You can't see me</td>
</tr>
<tr>
<td>Power</td>
<td>Destroy the world</td>
</tr>
</table>
<p>Why the ring is so awesome?</p>
</section><hr>
<section><h2><a id="jointhearmy">Join the army</a></h2>
<a href="https://placeholder.com"><img src="https://via.placeholder.com/140" alt="No face">Ipsum Lorem</a>
</section><hr>
<section><h2><a id="contactus">Contact Us</a></h2>
<form id="contactusform" method="post" action="send_form.php">
<p><label for="nom"> Name : </label><input type="text" id="nom" name="nom" tabindex="1" /></p>
<p><label for="email"> Em@il :</label><input type="text" id="email" name="email" tabindex="2" /></p>
<select name="sujet">
<option>I have seen one of them</option>
<option>I have graphical problems</option>
<option>How to play?</option>
</select>
<p><label for="message"> Message : </label><textarea id="message" name="message" tabindex="4" cols="50" rows="8"></textarea></p>
<div style="text-align:center;"><input type="submit" name="send" value=" Send the message" /></div>
</form><br><br><hr>
</section>
</div>
<footer>
<a href="" target="_blank">About us</a>
<a href="" target="_blank">Fellows</a>
<a href="" target="_blank">Join the army</a>
<a href="" target="_blank">FAQ</a>
<a href="" target="_blank">Reward conditions</a>
<a href="" target="_blank">Legal mention</a>
<a href="http://www.sauron4ever.com" target="_blank">Sauron4Ever.com us</a>
<a href="www.twitter.com" target="_blank">Follow him also on twitter</a>
</footer>