antville/code/Site/page.skin

19 lines
316 B
Text
Raw Normal View History

2001-09-05 21:57:57 +00:00
<html>
<head>
<title><% response.title %></title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<% response.head %>
</head>
<body>
<% weblog.skin name="header" %>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><% response.body %></td>
</tr>
</table>
</body>
</html>