change path of css
authorhiro
Fri, 21 Jan 2011 03:45:02 +0900
changeset 41 76d48c67914a
parent 40 56a4e6e4d253
child 42 c3f5aa3f48a8
change path of css
src/redirect_template.html
--- a/src/redirect_template.html	Fri Jan 21 02:58:20 2011 +0900
+++ b/src/redirect_template.html	Fri Jan 21 03:45:02 2011 +0900
@@ -3,7 +3,7 @@
 <head>
 	<title>HTTP Checker</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-	<link href="/unicorn/style/base_ucn.css" type="text/css" media="screen" rel="stylesheet" />
+	<link href="http://validator.w3.org/unicorn/style/base_ucn.css" type="text/css" media="screen" rel="stylesheet" />
 </head>
 <body> 
 	<div id="banner">
@@ -31,12 +31,12 @@
 	<div id="footer">
 		<p id="activity_logos">
 			<a title="Download the source for this service" href="http://www.w3.org/Status">
-				<img height="48" alt="Open Source logo" src="/unicorn/images/opensource-75x65.png" />
+				<img height="48" alt="Open Source logo" src="http://validator.w3.org/unicorn/images/opensource-75x65.png" />
 			</a>
 		</p>
 		<p id="support_logo">
 			<a title="Validators Donation Program" href="http://www.w3.org/QA/Tools/Donate">
-				<img alt="I heart Validator logo" src="/unicorn/images/I_heart_validator.png" />
+				<img alt="I heart Validator logo" src="http://validator.w3.org/unicorn/images/I_heart_validator.png" />
 			</a>
 		</p>
 		<p class="copyright">
@@ -59,4 +59,4 @@
 		</p>
 	</div>
 </body> 
-</html>
\ No newline at end of file
+</html>