diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-19 01:15:43 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-19 01:15:43 -0800 |
commit | 566473abe7aac915429a633e996bdb719f1a308b (patch) | |
tree | 7eede7f5da1b467a8723dacb16902da486f51669 /bn_django/templates/base.html | |
parent | acfaf3460905054249509f9459a235d99a24f028 (diff) | |
download | bnewnet-566473abe7aac915429a633e996bdb719f1a308b.tar.gz bnewnet-566473abe7aac915429a633e996bdb719f1a308b.zip |
renamed old index and updated static references
leaving the old index.html file as it was resulted in it being displayed on the static server
TODO: handle static references better...
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 63bdbda..9416150 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -4,6 +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"> <title>bryannewbold.com</title> </head> <body> |