Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.20 KB | None | 0 0
  1. <!Doctype html>
  2. <html lang="fr">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>findThePrecious.com</title>
  6.         <meta name="author" content="Louis COLLET">
  7.         <meta name="description" content="This website aims to find Sauron's precious and all the fellows that can have it.">
  8.         </head>
  9.         <body>
  10.             <header>
  11.                 <h1>FindThePrecious.com</h1>
  12.                 <nav>
  13.                     <ul>
  14.                         <li><a href="#fellows" title="Fellows to find">Fellows</a></li>
  15.                         <li><a href="#contact_us" title="Our contact form">Contact US</a></li>
  16.                     </ul>
  17.                 </nav>
  18.                 <img src="https://via.placeholder.com/728x250.png?text=Dangerous+fellowship+try+to+destroy+the+ring" alt="Head banner">
  19.             </header>
  20.             <main>
  21.                 <section>
  22.                     <h2 id="fellows">Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2>
  23.                     <ul>
  24.                         <li>
  25.                             <img src="https://via.placeholder.com/150" alt="Fellow picture1">
  26.                             <p>Lorem ipsum dolor sit amet, consectetur</p>
  27.                         </li>
  28.                         <li>
  29.                             <img src="https://via.placeholder.com/150" alt="Fellow picture2">
  30.                             <p>Lorem ipsum dolor sit amet, consectetur</p>
  31.                         </li>
  32.                         <li>
  33.                             <img src="https://via.placeholder.com/150" alt="Fellow picture3">
  34.                             <p>Lorem ipsum dolor sit amet, consectetur</p>_
  35.                         </li>
  36.                     </ul>
  37.                 </section>
  38.                 <section>
  39.                     <h2 id="contact_us">Contact Us</h2>
  40.                     <form>
  41.                         <fieldset>
  42.                             <div>
  43.                                 <label for="mail">E-mail :</label>
  44.                                 <input type="email" id="mail" name="e-mail" placeholder="@" required>
  45.                             </div>
  46.                             <div>
  47.                                 <label for="address">Place where he was seen :</label>
  48.                                 <input id="adress" name="address" placeholder="Adress" required>
  49.                             </div>
  50.                             <div>
  51.                                 <p>I've seen one of them</p>
  52.                             </div>
  53.                             <div>
  54.                                 <textarea placeholder="Your message"></textarea>
  55.                             </div>
  56.                             <div class="button">
  57.                                 <button type="submit">Send !</button>
  58.                             </div>  
  59.                         </fieldset>
  60.                     </form>
  61.                 </section>
  62.             </main>
  63.             <footer>
  64.                 <p>About us</p>
  65.                 <p>Fellows</p>
  66.                 <p>Join our army</p>
  67.                 <p>FAQ</p>
  68.                 <p>Reward condition</p>
  69.                 <p>Legal mentions</p>
  70.                 <p>Sauron4Ever.com</p>
  71.                 <p>Follow him also on Twitter</p>
  72.             </footer>
  73.         </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement