Advertisement
Guest User

FindThePrecious

a guest
Feb 19th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html  lang="fr">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Find the precious</title>
  6. </head>
  7.  
  8. <body>
  9.     <header>
  10.       <h1>Find the precious</h1>
  11.       <nav>
  12.         <ul>
  13.             <li><a href="#fellows">Fellows</a></li>
  14.             <li><a href="#contact">Contact Us</a></li>
  15.         </ul>
  16.       </nav>
  17.     </header>
  18.  
  19.     <section>
  20.       <h2 id="fellows">Fellows</h2>
  21.         <a href ="https://www.placeholder.com"><img src="https://via.placeholder.com/140" alt="photo Fellow"></a>
  22.         <p>Dangerous fellowship try to destroy the ring <br> Orcs, Goblins, Balrogs, protect your master Sauron !</p>
  23.       <h4>Fellows wanted dead (or alive if you want to eat them later)</h4>
  24.         <a href ="https://www.placeholder.com"><img src="https://via.placeholder.com/140" alt="photo Fellow numero 1"></a>
  25.           <h5>The Wizzard</h5>
  26.             <p>Lorem Ipsum</p>
  27.             <a href ="https://www.placeholder.com"><img src="https://via.placeholder.com/140" alt="photo Fellow numero 2"></a>
  28.           <h5>Obbit #3</h5>
  29.             <p>Lorem Ipsum</p>
  30.             <a href ="https://www.placeholder.com"><img src="https://via.placeholder.com/140" alt="photo Fellow numero 1"></a>
  31.           <h5>Yummy Dwarf</h5>
  32.             <p>Lorem Ipsum</p>
  33.         <hr>
  34.     </section>
  35.    
  36.     <section>
  37.       <h2 id="contact">Contact Us</h2>
  38.       <form method="post">
  39.         <div class="email">
  40.           <label>Email:</label>
  41.           <input type="text">
  42.         </div>
  43.        
  44.         <div class="adresse">
  45.           <label>Adresse:</label>
  46.           <input type="text">
  47.          </div>
  48.          
  49.          <div class="select">
  50.            <select>
  51.             <option>I have seen one of them</option>
  52.             <option>Option 2</option>
  53.            </select>
  54.           </div>
  55.            
  56.           <div class="message">
  57.             <label>Message:</label>
  58.               <textarea name="message"></textarea>
  59.           </div>        
  60.            
  61.           <div class="send">
  62.             <input type="submit" value="Send !">
  63.           </div>
  64.       </form>
  65.     </section>
  66.    
  67.     <footer>
  68.       <section>
  69.         <ul>
  70.           <li><h5>About us</h5></li>
  71.           <li><a href="#fellows"><h5>Fellows</h5></a></li>
  72.           <li><a href="#contact"><h5>Join our army</h5></a></li>
  73.           <li><h5>FAQ</h5></li>
  74.           <li><h5>Reward conditions</h5></li>
  75.           <li><h5>Legal mentions</h5></li>
  76.         </ul>
  77.       </section>
  78.       <section>
  79.         <h5><a href="https://www.sauron4ever.com" target="_blank">Sauron4Ever.com</a>
  80.           <a href="https://twitter.com/" target="_blank">Follow him also on twitter</a></h5>
  81.       </section>
  82.     </footer>
  83. </body>
  84. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement