diff options
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 9416150..9375027 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -4,7 +4,7 @@ <head> <link rel="STYLESHEET" type="text/css" href="style/default.css"> <link rel="STYLESHEET" type="text/css" href="/style/default.css"> -<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/default.css"> +<!--<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/default.css">--> <title>bryannewbold.com</title> </head> <body> |