Advertisement
orko

index.html

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