Lo que todo programador debería saber sobre aritmética de punto flotante
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Corregida ruta en las URL

+2 -2
+2 -2
layouts/default.html
··· 10 10 <% if @item[:description] %> 11 11 <meta name="Description" content="<%= @item[:description] %>"> 12 12 <% end %> 13 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 13 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 14 14 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 15 15 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 16 16 </head> ··· 26 26 </div> 27 27 </div> 28 28 <div id="sidebar"> 29 - <img src="/logo.png"> 29 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 30 30 <h2>La Guía de la Coma Flotante</h2> 31 31 <ul> 32 32 <li><a href="/">Inicio</a></li>