check.php 668 B

1234567891011121314151617181920212223242526272829
  1. <?php session_start(); ?>
  2. <! DOCTYPE HTML>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>科學模擬範例試題</title>
  7. <style type="text/css" >
  8. .div-inline{
  9. display:inline;
  10. }
  11. .fontstyle{
  12. letter-spacing:2px;
  13. font-family:Times New Roman,DFKai-sb;
  14. font-size:22px;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div style="margin:0 auto">
  20. <div align="center"class="fontstyle">
  21. <form name="form" method="post" action="check2.php">
  22. 請再次輸入帳號:<input type="text" name="id" /><br><br>
  23. <input type="submit" name="button" value="登入" />
  24. </div>
  25. </div>
  26. </body>
  27. </html>