Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #1937: valid_html4.html

File valid_html4.html, 0.6 kB (added by eric@robotcoop.com, 5 years ago)

A valid HTML4 document

Line 
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4   <title>Mogwai</title>
5   <link href="/stylesheets/default.css" media="screen" rel="Stylesheet" type="text/css">
6 </head>
7 <body>
8 <div id="content">
9 <h1>Mogwai</h1>
10
11 <h2>Hosts</h2>
12 <ul>
13 <li><a href="/hosts/show/1">fade</a>
14 <li><a href="/hosts/show/2">fade</a>
15 </ul>
16
17 <p><a href="/home/new">New host</a>
18
19 <h2>Test Types</h2>
20
21 <table>
22 <tr><th>Name<th>Module<th>Frequency
23 <tr><td><td>Fade<td>60 seconds<td><a href="/test_types/edit/1">Edit</a>
24 </table>
25
26 <p><a href="/home/new">New Test Type</a>
27
28 </div>
29 </body>
30 </html>
31