Mercurial > rlmcintyre
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/test.html Mon Sep 27 16:57:26 2010 -0400 1.3 @@ -0,0 +1,13 @@ 1.4 +<html> 1.5 + <head> 1.6 + 1.7 + <link href= "./ohyeah.css" rel = "stylesheet" type = "text/css"> 1.8 + <title>Your first hand coded page!</title> 1.9 + </head> 1.10 + <body> 1.11 + <div> 1.12 + <h1>Hand coding web pages is easy! </h1> 1.13 + <p>I would like to thank everyone who helped me type this page.</p> 1.14 + </div> 1.15 + </body> 1.16 +</html> 1.17 \ No newline at end of file