1
0
Fork 0
This commit is contained in:
Chenx221 2024-01-20 11:53:19 +08:00
parent 752b1aff91
commit f89f3433f9
3 changed files with 11 additions and 0 deletions

1
13.test1.php Normal file
View File

@ -0,0 +1 @@
<?php

10
data/fun.php Normal file
View File

@ -0,0 +1,10 @@
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" align="center" valign="middle" scope="col"><font color='red'>I am red.</font></td>
<td height="20" align="center" valign="middle" scope="col"><font color='green'>I am green.</font></td>
</tr>
<tr>
<td height="20" align="center" valign="middle"><font color='black'>I am black.</font></td>
<td height="20" align="center" valign="middle"><font color='pink'>I am pink. </font></td>
</tr>
</table>

0
data/read_test_file Normal file
View File