You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
678 B

<?php
header('Content-Type: text/html; charset=gb2312');
?>
<?php
?>
<html>
<head>
</head>
<body style="background: white">
<span> Hello, Course! </span>
<form action="course.php">
<label>ÐÕÃû:</label><input type="text" value="" placeholder="ÐÕÃû">
<label>ÐÕÃû:</label><input type="text" value="">
</form>
<table border="0" style="border:1px solid #000000;" border="1" cellspacing="0">
<tr >
<td style="border:1px solid #000000;">Month</td>
<td style="border:1px solid #000000;">Savings</td>
</tr>
<tr>
<td style="border:1px solid #000000;">January</td>
<td style="border:1px solid #000000;">$100</td>
</tr>
</table>
</body>
</html>