Advertisement
Guest User

Untitled

a guest
Jan 27th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.68 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta name="viewport" content="width-device-width, initelal-scale=1">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
  6. <link rel="stylesheet" type="text/css" href="admin.css">
  7. <link rel="stylesheet" type="text/css" href="css/fontello.css">
  8.  
  9. </head>
  10. <body>
  11.  
  12. <div id="warper">
  13.  
  14.     <div id="menu">
  15.             PANEL ADMNISTRACYJNY
  16.     </div>
  17.     <div id="pole">
  18.     <form method="post" action="index.html">
  19.     <input type="text" name="POSTY" id="p1">
  20.     <input type="submit" name="przycisk" value="UPDATE" id="b1">
  21.     </div>
  22.     </div>
  23.    
  24.    
  25.    
  26.    
  27. </div>
  28.   </body>
  29.   </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement