Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <title>Find the precious!</title>
  7.     <link rel="stylesheet" href="css/style.css">
  8. </head>
  9.  
  10. <body>
  11.     <nav class="menu">
  12.         <ul>
  13.             <li class="btn">FindThePrecious.com</li>
  14.             <li class="btn">Fellows</li>
  15.             <li class="btn">Contact us</li>
  16.         </ul>
  17.     </nav>
  18.     <section>
  19.         <div class="carousel"></div>
  20.     </section>
  21.     <section>
  22.         <h2>Fellows wanted dead (or alive if you want to eat them later)</h2>
  23.     </section>
  24.     <section>
  25.         <article></article>
  26.         <article></article>
  27.         <article></article>
  28.     </section>
  29.     <hr>
  30.     <form>
  31.         <h2>Contact us</h2>
  32.         <input type="email" placeholder="@">
  33.         <input type="text" placeholder="&#8962;">
  34.         <input type="text" placeholder="I have seen one of them">
  35.         <textarea placeholder="Your message"></textarea>
  36.     </form>
  37. </body>
  38.  
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement