table構成の変更
1 parent bbebb85 commit fc0a9b0032bbd1b822f8f3bc5fd0a80d910f2680
@Hayashi.yuu Hayashi.yuu authored on 18 Mar 2017
Showing 1 changed file
View
48
index.html
<h1>It works!</h1>
<p>This is the default web page for this server.<br/>
Apache/2.2.22 (Debian) Server at 192.168.0.200 Port 80</p>
 
<table border="0" align="center">
<tr><td width="400" height="230" align="center"> <a href="/owncloud"><img src="owncloud.jpg"/></a> </td></tr>
</table>
 
<table border="0" align="center">
<tr><td width="400" height="230" align="center" valign="center"> <a href="apache2.html">Apache2 Debian Default Page</a></td></tr>
<tr><td align="center"> Apache2 - Web apprication server </td></tr>
</table>
 
<table border="0" align="center">
<tr><td width="400" align="center" valign="bottom"> <a href="test.php">PHP test</a></td></tr>
<tr><td width="400" align="center" valign="bottom"> <a href="mplayer.php">mplayer</a></td></tr>
</table>
<table border="0" align="center"><tr><td>
<table border="0" align="center">
<tr>
<td width="200" height="230" align="center" valign="center">
<a href="apache2.html">Apache2 Debian Default Page</a>
</td>
<td width="200" height="230" align="center" valign="center">
<a href="/owncloud"><img src="owncloud.jpg"/></a>
</td>
<td width="200" height="230" align="center" valign="center">
<a href="test.php">PHP test</a>
</td>
</tr>
<tr>
<td width="200" height="230" align="center" valign="center">
<a href="mplayer.php">mplayer</a>
</td>
<td width="200" height="230" align="center" valign="center">
</td>
<td width="200" height="230" align="center" valign="center">
</td>
</tr>
</table>
</td></tr></table>
 
</body></html>