Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!Doctype html>
<html>
    <head>
    
        <title>Application</title>
        
        <link rel="stylesheet" type="text/css" href="standard.css">
        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
    
    </head>
    <body>
       
        
        <div id="margin-right">
        </div>
        
        <div id="margin-left">
        </div>
       
       
        <div id="navbar">
        </div>
        
        <div id="contenthead">
        <h1 id="AppHead">Application</h1>
        </div>
        
        <div id="appbike">
        <h2>Walk/Bike</h2>
        <img src="images/bike.png" id="bike"/>
        </div>
        
        <div id="appmotor">
        <h2>Motor</h2>
        <img src="images/car.png" id="car"/>
        </div>
    
    </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers