Hello Raul, this is the schema I follow. I think I'm including everything I need, in the right place. You will see there are other things I'm using, like Modernizr, or the ScrollTo jQuery plugin:
<!DOCTYPE HTML> <html class="no-js"> <head> <meta http-equiv="content-type" content="text/html"> <meta name="author" content="Luis MartÃn"> <meta name=" viewport" content="width=device-width, initial-scale=1"> <meta charset=" utf-8"> <meta name="title" content="Home" > <meta name="keywords" content="web development, webmaster" > <meta name="description" content="Web development and design for companies and people." > <link href=' http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel ='stylesheet' type='text/css'> <link rel="stylesheet" href ="http://mysite.com/css/bootstrap.min.css"> <link rel="stylesheet" href ="http://mysite.com/css/bootstrap-responsive.min.css"> <link rel="stylesheet" href="http://mysite.com/css/fresco.css"> <link rel="stylesheet" href ="http://mysite.com/css/estilos.css"> <title>Fast-Forward.es</title> <!-- Make IE8 and below responsive by adding CSS3 MediaQuery support --> <!--[if lt IE 9]> <script type="text/javascript" src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <!-- Youtube Iframe API (optional, for HD video) --> <script type="text/javascript" src="http://www.youtube.com/iframe_api"></script> <script type="text/javascript" src ="http://mysite.com/scripts/modernizr.custom.04230.js"></script> <script type="text/javascript" src="http://mysite.com/scripts/jquery-1.8.3.min.js"> </script> <script type="text/javascript" src ="http://mysite.com/scripts/jquery.scrollTo-1.4.3.1-min.js"></script> <script type="text/javascript" src="http://mysite.com/scripts/fresco.js"></script> <script type="text/javascript" src="http://mysite.com/scripts/scripts.js"></script> </head>
