| @@ -1,4 +1,10 @@ | ||
| body{ | ||
| background-color: black; | ||
| } | ||
| div.w50c { | ||
| width:50%; | ||
| margin-left:25%; | ||
| } | ||
| img.w100 { | ||
| width:100%; | ||
| } |
| @@ -1,11 +1,11 @@ | ||
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | ||
| <html> | ||
| <head> | ||
| <title>Script Updates Staus</title> | ||
| <link href="css/style.css" rel="stylesheet" type="text/css" /> | ||
| </head> | ||
| <body> | ||
| <div class="w50c"><img class="w100" src="images/DynamoDesigns.jpg" alt="Dynamo Designs Logo"></div> | ||
| <div class="w50c"><img class="w100" src="images/underConstruction.gif" alt="under construction"></div> | ||
| </body> | ||
| </html> |