Advertisement
Guest User

index.php

a guest
Jul 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html lang="pl">
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <title>Salon Fryzjerski u Edyty</title>
  6.     <meta name="description" content="Salon Fryzjerski u Edyty" />
  7.     <meta name="keywords" content="salon, fryzjer, warszawa, wola, czynny, tel, kom, wp, wolska, plocka, pasaż, edyta, magda, patrycja, marzena" />
  8.     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9.        
  10.     <link rel="stylesheet" href="main.css" type="text/css" />
  11.     <link href="https://fonts.googleapis.com/css?family=Montserrat+Alternates" rel="stylesheet">
  12. </head>
  13. <body>
  14.     <div id="container">
  15.     <form action="skrypt.php" method="post">
  16.         Imię i Nazwisko: <input type="text" name="your-name" /><br />
  17.         E-Mail lub nr telefonu:  <input type="text" name="your-etel" /><br />
  18.         Data i godzina: <input type="text" name="your-date" /><br />
  19.         <input type="submit" value="wyślij" />
  20.     </form>
  21.     </div>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement