Kode_Omut

PHP form крустики нолики

Apr 18th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.09 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title></title>
  4. </head>
  5.     <style type="text/css">
  6.     table{
  7.         border: 1px solid grey;
  8.         width:400px;
  9.         height: 400px;
  10.         background: DarkGrey;
  11.         padding: 30px;
  12.         top:7em;
  13.         position: relative;
  14.         }
  15.     th{border: 1px solid grey;}
  16.     td a {border: 1px solid grey;
  17.     background: DimGrey;
  18.         width: 90%;
  19. height: 90%;
  20. display: block;
  21. padding:4px;
  22.   }
  23.     f1{
  24.         margin: 640px;
  25.         top:7em;
  26.         position: relative;
  27.        
  28.     }
  29.     </style>
  30. <body>
  31.  
  32.     <f1><input value="↻" type="button" href="#" onClick="window.location.reload( true );"></f1>
  33.  
  34.     <form method="POST" action="krest.php">
  35.     <table align="center">
  36.         <tr><td></td><td></td><td></td></tr>
  37.         <tr><td><a href="#"></a></td><td><a href="#"></a></td><td><a href="#"></a></td></tr>
  38.         <tr><td><a href="#"></a></td><td><a href="#"></a></td><td><a href="#"></a></td></tr>
  39.         <tr><td><a href="#"></a></td><td><a href="#"></a></td><td><a href="#"></a></td></tr>
  40.     </table>
  41.     </form>  
  42.  
  43.  
  44.    
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment