diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/static/index.html b/static/index.html index 9606e2a..8a24365 100755 --- a/static/index.html +++ b/static/index.html @@ -16,8 +16,8 @@ jQuery(".auto .jCarouselLite").jCarouselLite({ speed: 1000 }); </script> -<link rel="stylesheet" type="text/css" href="static/reset.css"> -<link rel="stylesheet" type="text/css" href="static/index.css"> +<link rel="stylesheet" type="text/css" href="static/css/reset.css"> +<link rel="stylesheet" type="text/css" href="static/css/index.css"> <link rel="shortcut icon" href="static/favicon.ico"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dump.fm</title></head> @@ -26,12 +26,12 @@ jQuery(".auto .jCarouselLite").jCarouselLite({ <div id="main" align="center"> - <img src="/static/flyhorse.gif" id="horse" /> - <img src="/static/guaranteed_customer_satisfaction.gif" id="customer" /> + <img src="/static/img/flyhorse.gif" id="horse" /> + <img src="/static/img/guaranteed_customer_satisfaction.gif" id="customer" /> <div id="registerbox"> <div id="logo-and-text"> - <a href="/"><img src="/static/dumpmod1.png"></a> + <a href="/"><img src="/static/img/dumpclearlogo.png"></a> <p align="center" class="line">Talk with pictures!</p> <div align="right" class="txt"> <br> @@ -54,11 +54,11 @@ jQuery(".auto .jCarouselLite").jCarouselLite({ </div> </div> <div id="info" align="right"> - <img src="/static/vxhtml.gif"> - <img src="/static/aol_suck.gif"> - <img src="/static/html_3_2.gif"> - <img src="/static/geocities.gif"> - <img src="/static/valid_html.gif"> + <img src="/static/img/vxhtml.gif"> + <img src="/static/img/aol_suck.gif"> + <img src="/static/img/html_3_2.gif"> + <img src="/static/img/geocities.gif"> + <img src="/static/img/valid_html.gif"> </div> <div id="dumpednow" style="display:none;"> |
