Advertisement
nanou11

Find The Precious2

Feb 27th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang=en>
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="author" content="Sauron Master of the Mordor"/>
  7.     <meta name="description" content="Dangerous fellowship try to destroy the ring. Orc, Goblins, balrogs, protect your master Sauron !">
  8.     <title>Find the precious</title>
  9. </head>
  10.  
  11. <body>
  12.     <header>
  13.         <h1>FindThePrecious.com</h1>
  14.         <nav>
  15.             <ul>
  16.                 <li><a title="fellows" href="#fellows" >Fellows</a></li>
  17.                 <li><a title="contact" href="#contact">Contact us</a></li>
  18.             </ul>
  19.         </nav>
  20.     </header>
  21.  
  22.     <aside>
  23.         <a title="banner" href="https://placeholder.com/"><img src="https://via.placeholder.com/140" alt="banner"></a>
  24.         <p>Dangerous fellowship try to destroy the ring</p>
  25.         <p>Orc, Goblins, balrogs, protect your master Sauron !</p>
  26.     </aside>  
  27.    
  28.     <section id="fellows">
  29.         <h2>Fellows wanted dead (or alive if you want to eat them later)</h2>
  30.         <ul>
  31.             <li>
  32.                 <p>Reward 1000 gold coins</p>
  33.                 <a title="wizard" href="https://placeholder.com/"><img src="https://via.placeholder.com/80" alt="avatar1"></a>
  34.                 <h3>The Wizard</h3>
  35.                 <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi similique ipsa odit neque facilis, corrupti dolore totam iste eligendi aliquam soluta! Quibusdam, earum reiciendis illum velit consectetur labore. Error, accusamus.</p>
  36.             </li>
  37.             <li>
  38.                 <p>DEAD</p>
  39.                 <a title="hobbit" href="https://placeholder.com/"><img src="https://via.placeholder.com/80" alt="avatar2"></a>
  40.                 <h3>Hobbit #3</h3>
  41.                 <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quae veritatis tenetur repellendus tempore voluptas, omnis optio voluptatibus fugit, aliquid necessitatibus facere quas commodi numquam natus accusamus minus ipsum molestias rem?</p>
  42.             </li>
  43.             <li>
  44.                 <p>Reward 250 gold coins</p>
  45.                 <a title="dwarf" href="https://placeholder.com/"><img src="https://via.placeholder.com/80" alt="avatar3"></a>
  46.                 <h3>Yully Dwarf</h3>
  47.                 <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus consequuntur eius ipsam beatae fugit quasi adipisci, sequi facere, accusantium voluptate doloremque! Aut totam est autem explicabo dolorem nesciunt, quis harum!</p>
  48.             </li>
  49.         </ul>  
  50.     </section>
  51.  
  52. <hr/>
  53.  
  54.     <section id="contact">
  55.         <h2>Contact us</h2>
  56.         <form>
  57.             <div>
  58.                 <label for="email"></label>
  59.                 <input id="email" type="email" value="@" name="email">
  60.             </div>
  61.             <div>
  62.                 <label for="adress"></label>
  63.                 <input id="adress" type="text" value="Adress" name="adress">
  64.             </div>
  65.             <div>
  66.                 <label for="choice"></label>
  67.                 <select id="choice" name="choice">
  68.                     <option>I have seen one of them</option>
  69.                     <option>Lorem ipsum</option>
  70.                     <option>Lorem ipsum2</option>
  71.                 </select>
  72.             </div>
  73.             <div>
  74.                 <label for="message"></label>
  75.                 <textarea name="message" id="message" cols="100" rows="4">Your message</textarea>
  76.             </div>
  77.             <div>
  78.                 <input name="send" type="submit" value="Send !">
  79.             </div>
  80.         </form>
  81.     </section>
  82.  
  83.     <footer>
  84.         <ul>
  85.             <li>About us</li>
  86.             <li>Fellows</li>
  87.             <li>Join our army</li>
  88.         </ul>
  89.         <ul>
  90.             <li>FAQ</li>
  91.             <li>Reward conditions</li>
  92.             <li>Legal mentions</li>
  93.         </ul>
  94.         <a title="sauron4ever" href="http://Sauron4Ever.com" target="_blank">Sauron4Ever.com</a>
  95.         <a title="twitter" href="http://twitter.com" target="_blank">Follow him also on twitter</a>
  96.     </footer>
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement