updated to work with miniunit 1.1.0
[augment.git] / html / src / html.erb
blob310664f13a445c060fbcd6035a2ac74e15dd7952
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2           "http://www.w3.org/TR/html4/loose.dtd">
4 <html>
5   <head>
6     <title><%= @title %></title>
7     <meta http-equiv="Content-Type" content="text/html;
8                                              charset=us-ascii">
9     <link rel="stylesheet" type="text/css" href="style.css"/>
10   </head>
12   <body>
13     <div id="container">
14       <div id="header">
15         <h2><%= @title %></h2>
16         <ul id='nav'>
17           <li><a href='index.html'>Home</a></li>
18           <li><a href='frontends.html'>Frontends</a></li>
19           <li><a href='backends.html'>Backends</a></li>
20           <li><a href='doc/'>RDoc</a></li>
21           <li><a href='http://rubyforge.org/projects/augment'>Project Page</a></li>
22         </ul>
23         <hr />
24       </div>
25       <%= @body %>
26       <hr />
27       <p id="copyright">by <a href='http://technomancy.us'>Phil Hagelberg</a></p>
28     </div>
29   </body>
30 </html>