Mercurial > rlmcintyre
view 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 |
line wrap: on
line source
1 <html>2 <head>4 <link href= "./ohyeah.css" rel = "stylesheet" type = "text/css">5 <title>Your first hand coded page!</title>6 </head>7 <body>8 <div>9 <h1>Hand coding web pages is easy! </h1>10 <p>I would like to thank everyone who helped me type this page.</p>11 </div>12 </body>13 </html>