Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-git.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <b>Example of working image</b>
  <div id="logo">
    <img src="http://lorempixel.com/400/200/" />
  </div>
  
  <b>Example of image not working</b>
  <div id="logo2">
    <img src="foo.png" />
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
shanimalpro
0viewers