Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Batoneliu svetaine</title>
  5. <style type="text/css"></style>
  6.  
  7.  
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9.  
  10.  
  11.  
  12. <meta charset="=utf-8">
  13. </head>
  14. <body>
  15.  
  16. <button class="button">Namai</button>
  17. <button class="button">Prekes</button>
  18. <button class="button">Kontaktai</button>
  19. <input type="button" class="button" value="Pristatymas">
  20.  
  21. <div>
  22.  
  23. </div>
  24.  
  25.  
  26. <div class="body"></div>
  27. <div class="grad"></div>
  28. <div class="header">
  29.  
  30. </div>
  31.  
  32. <div class="body"></div>
  33. <div class="grad"></div>
  34. <div class="header">
  35.  
  36. </div>
  37.  
  38.  
  39. <div class="login">
  40. <form action="parisijungimas.php" method="POST">
  41. <input class="form" type="text" name="login" placeholder="Jūsų vartotojo vardas">
  42. <input class="form" type="password" name="password" placeholder="Slaptažodis">
  43. <input type="submit" value="Prisijungti">
  44. </form>
  45.  
  46. </div>
  47.  
  48.  
  49.  
  50. </body>
  51.  
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement