Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.80 KB | None | 0 0
  1. <html>
  2. <img src=https://via.placeholder.com/468x60?text=Yassin+Emmrata.com+Now>
  3.  
  4. <header>
  5.  <nav>
  6.     <a style="background:#808080",href="/">FindThePrecious.com</a>
  7.     <a  style="background:#FFFFFF",href="#Fellows">Fellows</a>
  8.     <a style="background:#808080",href="/contact">Contact</a>
  9.   </nav>
  10. </header>
  11.  <body>
  12.  
  13.     <h1>Fellows wanted dead (or alive if you want to eat them later)</h1>
  14.     <img src="https://image.noelshack.com/fichiers/2019/47/1/1574067952-emarata1.jpeg" title="L'amoureuse de Yassin" alt="image1" style="display:inline-block;"/>
  15.    
  16.     <img src="https://image.noelshack.com/fichiers/2019/47/1/1574067952-emarata2.jpeg" alt="image2" title="Encore l'amoureuse de Yassin" style="display:inline-block;"/>
  17.    
  18.     <img src="https://image.noelshack.com/fichiers/2019/47/1/1574067952-emarata3.jpeg" alt="image3" title="Mais dis donc encore l'amoureuse de Yassin" style="display:inline-block;"/>
  19.    
  20.  
  21.  
  22.   <form action="/ma-page-de-traitement" method="post">
  23.     <div>
  24.         <label for="name">Nom :</label>
  25.         <input type="text" id="name" name="user_name">
  26.     </div>
  27.     <div>
  28.         <label for="mail">@:</label>
  29.         <input type="email" id="mail" name="user_mail">
  30.     </div>
  31.     <div>
  32.         <label for="msg">Message :</label>
  33.         <textarea placeholder="Votre Message" id="msg" name="user_message"></textarea>
  34.     </div>
  35.     <label for="pet-select">Prenez une option:</label>
  36.  
  37. <select name="pets" id="pet-select">
  38.     <option value="">--Please choose an option--</option>
  39.     <option value="Emarata_vu">Oui je l'ai vu c'est la femme de Yassin</option>
  40.     <option value="Emarata_pas_vu">je l'ai pas vu c'est la femme de Yassin</option>
  41. </select>
  42.     <div class="button">
  43.         <button type="submit">Envoyer le message</button>
  44.     </div>
  45.     </form>
  46.   </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement