Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="http://i.imgur.com/LlpGldr.gif" />
<meta charset=utf-8 />
<title>Number Pi</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
  <canvas id="canvas" width="720px" height="228px"></canvas>
  <script type="text/javascript" src="pi.js"></script>
</body>
</html>
 
* {
    border: 0;
    margin: 0;
}
canvas {
  background-color: rgb(246, 256, 253);
}
Output

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

Dismiss x
public
Bin info
msvalpro
0viewers