jquery not working offline and in Google crome

jquery not working offline and in Google crome

<!doctype html>
<html>
<head>

<meta charset="utf-8">
<title>Recipes</title>
<link href=" http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" rel="stylesheet" type="text/css">
<script src=" http://code.jquery.com/jquery-1.6.4.min.js" type="text/javascript"></script>
<script src=" http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js" type="text/javascript"></script>

</head>

i am a new to jquery,the above code is working online in all browser except crome and its not working  offline in any browser 

thanks in advance