stylesheet.css was renamed to main.css

This commit is contained in:
Robert Gaggl 2003-12-10 11:37:17 +00:00
parent eeafdaeaf2
commit 6e0a9014ce

View file

@ -7,7 +7,7 @@
<title><% response.title %></title> <title><% response.title %></title>
<meta http-equiv="Content-Type" content="text/html" /> <meta http-equiv="Content-Type" content="text/html" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" /> <meta name="MSSmartTagsPreventParsing" content="TRUE" />
<link rel="stylesheet" type="text/css" title="CSS Stylesheet" href="<% context.href %>stylesheet.css" /> <link rel="stylesheet" type="text/css" title="CSS Stylesheet" href="<% context.href %>main.css" />
</head> </head>
<body> <body>