Advertisement
Sora952

findThePrecious.com 1

Jan 12th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.41 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="fr">
  3.  
  4. <head>
  5.     <meta charset="utf-8">
  6.     <meta name="author" content="Sauron">
  7.     <meta name="description" content="Le site du grand Sauron pour le recrutement de son armée">
  8.     <title>findThePrecious</title>
  9. </head>
  10.  
  11. <body>
  12.     <header>
  13.         <h4>FindThePrecious.com</h4> <p><a href="" title="Nos joyeux compagnons">Fellows</a></p> <p><a href="" title="Pour grossir nos rangs !">Contact us</a></p>
  14.     </header>
  15.  
  16.     <section id="Dangerous">
  17.  
  18.         <img src="https://via.placeholder.com/1300x400?text=Dangerous+fellowship+try+to+destroy+the+ring" alt="Dangerous fellows">
  19.         <h4>Orcs, Goblins, Balrogs, protect your master Sauron !</h4>
  20.  
  21.     </section>
  22.  
  23.     <section id="Fellows">
  24.  
  25.         <h3>Fellow Wanted Dead </h3>
  26.         <h6>( or alive if you want to eat them later )</h6>
  27.         <figure>   
  28.             <img src="https://via.placeholder.com/200.png?text=Reward+1000+Gold+coins" alt="wizard">
  29.             <figcaption>The Wizard</figcaption>
  30.         </figure>
  31.         <figure>
  32.             <img src="https://via.placeholder.com/200.png?text=Dead" alt="HObbit">
  33.             <figcaption>Hobbit #3</figcaption>
  34.         </figure>
  35.         <figure>
  36.             <img src="https://via.placeholder.com/200.png?text=Reward+250+gold+coins" alt="Yummy Dwarf">
  37.             <figcaption>Yummy Dwarf</figcaption>
  38.         </figure>
  39.     </section>
  40.  
  41.     <section id="Contact">
  42.       <h3>Contact us</h3>
  43.         <form method="post" action="traitement.php">
  44.             <p><label for="mail"></label><input type="email" name="mail" id="mail" placeholder="@" /></p>
  45.             <p><label for="adresse"></label><input type="text" name="adresse" id="adresse" placeholder="&#8962;" /></p>
  46.             <p><label for="Follow"></label>
  47.             <select name="Follow" id="Follow">
  48.                 <option value="Follow1">I've seen one of them</option>
  49.                 <option value="Follow2">Sed non risus. Suspendisse</option>
  50.             </select></p>
  51.             <p><label for="message"></label><textarea name="message" id="message" placeholder="Your message"></textarea></p>
  52.             <input type="submit" value="send !" />
  53.  
  54.         </form>
  55.  
  56.     </section>
  57.     <footer>
  58.        
  59.         <div>
  60.             <ul>
  61.                 <li>About us</li>
  62.                 <li>Fellows</li>
  63.                 <li>Join our army</li>
  64.             </ul>
  65.         </div>
  66.  
  67.         <div>
  68.             <ul>
  69.                 <li>FAQ</li>
  70.                 <li>Reward Conditions</li>
  71.                 <li>Legal Mentions</li>
  72.             </ul>
  73.         </div>
  74.  
  75.         <div>
  76.             <a href="https://Sauron4Ever.com" title="L'oeil de sauron">Sauron4Ever.com</a>
  77.             <p>Follow him also <a href="https://Twitter.com" title="Son twitter">Twitter</a></p>
  78.         </div>
  79.  
  80.     </footer>
  81. </body>
  82.  
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement