ponysay/index.html

49 lines
830 B
HTML
Raw Normal View History

2012-04-03 21:28:12 +02:00
<!DOCTYPE html>
2012-10-25 04:36:32 +02:00
<html lang="en">
2012-04-03 21:28:12 +02:00
<head>
<meta charset='utf-8'>
2012-10-25 04:36:32 +02:00
<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>
2012-04-03 21:28:12 +02:00
</head>
<body>
2012-10-25 04:36:32 +02:00
<div class="header">
<table class="header" valign="middle">
<tr>
<td class="title">
ponysay
</td>
<td style="width : 100%;">
C
</td>
</tr>
</table>
2012-04-03 21:28:12 +02:00
</div>
2012-10-25 04:36:32 +02:00
<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/>
2012-04-03 21:28:12 +02:00
</body>
</html>