The-Navigators-Blog/source/layout.erb

37 lines
1.0 KiB
Plaintext

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Netscape Blog<%= ' - ' + current_article.title unless current_article.nil? %></title>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<table border="0">
<tr>
<td width="140">
<a href="https://tilde.town/~netscape_navigator">
<%= image_tag "img/logo.gif" %>
</a>
</td>
<td>
<%= partial "layout/header" %>
</td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#8BE4E9" nowrap>
<%= partial "layout/sidebar" %>
</td>
<td>
<%= yield %>
<%= partial "layout/pager" %>
<%= partial "layout/footer" %>
</td>
</tr>
</table>
</body>
</html>