ponysay/index.html
Mattias Andrée b5610e4766 basic layout
2012-10-25 04:36:32 +02:00

48 lines
830 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">
B
</td>
</tr>
<table/>
</body>
</html>