Advertisement
Silaex

Untitled

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