-
-
Save Chojiu15/2093fae6dc6691fef698198d20e9f3ef to your computer and use it in GitHub Desktop.
HTML findtheprecious.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Find The Precious</title> | |
<meta ref="utc-8"> | |
</head> | |
<header> | |
<nav> | |
<a href="findtheprecious.com">findtheprecious.com</a> | |
<ul> | |
<li><a href="#Fellows">Fellows</a></li> | |
<li><a href="#The ring">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> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/800x200"></a> | |
</nav> | |
</header> | |
<body> | |
<section> | |
<div id="Fellows"> | |
<p>Fellows wanted dead (or alive if you want to eat them later) | |
<ul> | |
<li>Most wanted</li> | |
<li>Most dangerous</li> | |
<li>Already captured</li> | |
</ul> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/150x150"></a> | |
<p>The wizard</p> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/150x150"></a> | |
<p>Hobbit #3</p> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/150x150"></a> | |
<p>Yummy Dwarf</p> | |
</p> | |
</div> | |
<hr> | |
<div id="Getmyreward"> | |
<h1>I have captured one of them, how to get my reward ?</h1> | |
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas praesentium deserunt, alias quisquam fugit culpa consequatur quam nostrum temporibus minus, non quas unde inventore consequuntur suscipit sint laborum voluptatem neque.</p> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/140x140"></a> | |
<button>Contact Us</button> | |
</div> | |
<hr> | |
<div id="Besthunters"> | |
<h1>Best hunters</h1> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/70x70"></a> | |
<p><strong>Elves Killer</strong><br> | |
2 captures - <u>Profile</u><br><button>Like 68k</button><br> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/70x70"></a> | |
<strong>Goblin45</strong><br> | |
1 capture - <u>Profile</u><br><button>Like 68k</button> | |
</p> | |
</div> | |
<hr> | |
<div id="Thering"> | |
<h1>About the ring</h1> | |
<table> | |
<caption><strong>Ring Capabilities</strong></caption> | |
<tr> | |
<td>Feature</td> | |
<td>Description</td> | |
</tr> | |
<tr> | |
<td>Main</td> | |
<td>One ring to rules 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> | |
<h1>Why the ring is awesome ?</h1> | |
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae pariatur illum itaque reiciendis expedita suscipit hic quidem, praesentium omnis fugit rem vel eos magni nam dicta provident quod consequuntur ut.</p> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/110x110"></a> | |
</div> | |
<hr> | |
<div id="Jointhearmy"> | |
<h1>Join Mordor Army, we need you !</h1> | |
<a href="https://placeholder.com"><img src="https://via.placeholder.com/140x140"></a> | |
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Incidunt nisi dolorum corporis neque sequi odit eaque, ex nihil tempora placeat voluptates odio sunt exercitationem deleniti quo officiis expedita et libero?</p> | |
</div> | |
<hr> | |
<div id="contactus"> | |
<h1>Contact us</h1> | |
<form method="post" action="traitement.php"> | |
<p> | |
<label for="email"></label> | |
<input type="email" name="email" id="email" placeholder="@" /> | |
<br> | |
<label for="home"></label> | |
<input type="text" name="home" id="home" placeholder="home"> | |
<br> | |
<label for="record"></label> | |
<input type="text" name="record" id="record" placeholder="I have seen one of them"> | |
<br> | |
<textarea name="record1" rows="15" cols="60"></textarea> | |
</p> | |
</form> | |
</div> | |
</section> | |
<footer> | |
<ul> | |
<li>About us</li> | |
<li>Fellows</li> | |
<li>Join the army</li> | |
</ul> | |
<ul> | |
<li>FAQ</li> | |
<li>Reward conditions</li> | |
<li>Legal mentions</li> | |
</ul> | |
<ul> | |
<li>Sauron4ever.com</li> | |
<li>Follow him also on twitter</li> | |
</ul> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment