Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="fr">
<head>
  <meta charset="utf-8">
  <title>Exo 2 MBDS</title>
  <link rel="stylesheet" href="css/style.css">
  <script src="js/scriptExo2.js"></script>
</head>
<body>
    <h1>Exercice sur le canvas HTML5</h1>
    <canvas width=400 height=400 id="myCanvas"></canvas>
  <video id="myVideo" controls>
    <source src="http://mainline.i3s.unice.fr/mooc/mancity.mp4">
  </video>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
micbuffapro
0viewers