annotate test.html @ 0:0d795f02a8bb tip

initial committ. what was I thinking?
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 16:57:26 -0400
parents
children
rev   line source
rlm@0 1 <html>
rlm@0 2 <head>
rlm@0 3
rlm@0 4 <link href= "./ohyeah.css" rel = "stylesheet" type = "text/css">
rlm@0 5 <title>Your first hand coded page!</title>
rlm@0 6 </head>
rlm@0 7 <body>
rlm@0 8 <div>
rlm@0 9 <h1>Hand coding web pages is easy! </h1>
rlm@0 10 <p>I would like to thank everyone who helped me type this page.</p>
rlm@0 11 </div>
rlm@0 12 </body>
rlm@0 13 </html>