Advertisement
koyuki13

FindThePrecious

Feb 15th, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.90 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="fr">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>FindThePrecious</title>
  6.     </head>
  7.     <body>        
  8.         <header>
  9.             <h1>FindThePrecious</h1>
  10.              <nav>
  11.                 <a href="paged'accueil.html" title="Fellows">Fellows</a>
  12.                 <a href="pagemenu.html" title="Contact Us">Contact Us</a>
  13.              </nav>
  14.         </header>
  15.  
  16.         <section>
  17.             <h1>Dangerous, fellowship try to destroy the ring</h1>
  18.             <p>Orc, Goblins, Balrogs, protect your master Sauron!</p>
  19.         </section>
  20.        
  21.             <h2> Fellows Wanted Dead (or alive if you want to eat them later)</h2>
  22.        
  23.         <section>  
  24.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/150"  alt="image"></a>
  25.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/150"  alt="image"></a>
  26.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/150"  alt="image"></a>
  27.          </section>
  28.         <hr>
  29.         <h2>Contact Us</h2>
  30.             <label for="emailinput">Votre email</label>
  31.             <input type="text" name="email" id="emailinput" placeholder="contact@demo.fr" required>
  32.         <div>
  33.             <label for="addressinput">Votre adresse</label>
  34.             <input type="adress" name="adress" id="adress">
  35.         </div>
  36.         <div>
  37.             <textarea name="message" id="message" cols="30" rows="10" placeholder="Votre message"></textarea>
  38.         </div>
  39.         <hr>
  40.         <footer>
  41.             <p>About Us</p>
  42.             <p>Fellows</p>
  43.             <p>Join Your Army</p>
  44.  
  45.             <p>FAQ</p>
  46.             <P>Reward Conditions</P>
  47.             <p>Legal Mentions</p>
  48.  
  49.             <p><gr>Sauron4ever.com</gr></p>
  50.             <p><gr>Follow him also on twitter</gr></p>  
  51.         </footer>              
  52.     </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement