diff index.php @ 78:4ebd94bfecda laserkard

moved css files to own directory; deleted USELESS files
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Jul 2010 09:56:12 -0400
parents 751fb9fd445b
children 3c398dd94f17
line wrap: on
line diff
     1.1 --- a/index.php	Thu Jul 22 09:30:45 2010 -0400
     1.2 +++ b/index.php	Thu Jul 22 09:56:12 2010 -0400
     1.3 @@ -2,8 +2,8 @@
     1.4  <html xmlns="http://www.w3.org/1999/xhtml">
     1.5  <head>
     1.6  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     1.7 -<link rel="stylesheet" href="main.css" type="text/css" media="screen" />
     1.8 -<link rel="stylesheet" href="front_page.css" type="text/css" media="screen" />
     1.9 +<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
    1.10 +<link rel="stylesheet" href="css/front_page.css" type="text/css" media="screen" />
    1.11  <title>Laser Kard | Home</title>
    1.12  </head>
    1.13  <body id = "hom">
    1.14 @@ -15,7 +15,7 @@
    1.15   
    1.16  <div class="img_center">
    1.17  	<div class = "stupid_fuck">
    1.18 -	<a href="./buy-temp.clj" class="behind" ><img src="./images/Homepage.jpg" name="but" border="0"></a>
    1.19 +	<a href="./buy.pl" class="behind" ><img src="./images/Homepage.jpg" name="but" border="0"></a>
    1.20  	</div>
    1.21  </div>
    1.22