1234567891011121314151617181920212223242526272829 |
- <?php session_start(); ?>
- <! DOCTYPE HTML>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>科學模擬範例試題</title>
- <style type="text/css" >
- .div-inline{
- display:inline;
- }
- .fontstyle{
- letter-spacing:2px;
- font-family:Times New Roman,DFKai-sb;
- font-size:22px;
- }
- </style>
-
- </head>
- <body>
- <div style="margin:0 auto">
- <div align="center"class="fontstyle">
- <form name="form" method="post" action="check2.php">
- 請再次輸入帳號:<input type="text" name="id" /><br><br>
- <input type="submit" name="button" value="登入" />
- </div>
- </div>
- </body>
- </html>
-
|