Skip to content
Browse files

Use relative links for css

  • Loading branch information...
1 parent 0b85021 commit 391c4b5d3ca080a85e1a4d910aff478e17d2994f @BerkeleyTrue BerkeleyTrue committed
Showing with 4 additions and 4 deletions.
  1. +1 −1 404.html
  2. +1 −1 500-maintenance.html
  3. +1 −1 500-oops.html
  4. +1 −1 504-overload.html
View
2 404.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Free Code Camp | A comunity of learners</title>
- <link href='http://freecodecamp.com/main.css' rel='stylesheet' />
+ <link href='/main.css' rel='stylesheet' />
</head>
<body>
<div class='spacer'>
View
2 500-maintenance.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Free Code Camp | </title>
- <link href='http://freecodecamp.com/main.css' rel='stylesheet' />
+ <link href='/main.css' rel='stylesheet' />
</head>
<body>
<div class='spacer'>
View
2 500-oops.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Free Code Camp | </title>
- <link href='http://freecodecamp.com/main.css' rel='stylesheet' />
+ <link href='/main.css' rel='stylesheet' />
</head>
<body>
<div class='spacer'>
View
2 504-overload.html
@@ -2,7 +2,7 @@
<html>
<head>
<title>Free Code Camp | </title>
- <link href='http://freecodecamp.com/main.css' rel='stylesheet' />
+ <link href='/main.css' rel='stylesheet' />
</head>
<body>
<div class='spacer'>

0 comments on commit 391c4b5

Please sign in to comment.
Something went wrong with that request. Please try again.