ponysay/index.html
Mattias Andrée 66881120c9 m layout
2012-10-25 04:48:13 +02:00

51 lines
870 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="screen.css" media="screen"/>
<title>ponysay</title>
</head>
<body>
<div class="header">
<table class="header" valign="middle">
<tr>
<td class="title">
ponysay
</td>
<td style="width : 100%;">
C
</td>
</tr>
</table>
</div>
<table class="main">
<col id="left"/>
<col id="right"/>
<tr>
<td>
<table>
<tr>
<td>
<img alt="ponysay example" src="bonbonlyra.png"/>
</td>
</tr>
<tr>
<td>
A
</td>
</tr>
</table>
</td>
<td valign="top">
<br/>
<div id="text">
B
</div>
</td>
</tr>
<table/>
</body>
</html>