Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<!--Language english-->
<html lang="en">
<head>
    <!--The title-->
    <title>F2 Games Limited</title>
    <!-- Adding jQuery library-->
    <script src="http://code.jquery.com/jquery-git2.js"></script>
</head>
    
<body>
    <!-- Centering the canvas-->
    <center>
    <!-- Setting the id and properties of canvas-->
    <canvas id="canvas" width="1000" height="800" style="border:5px solid green" style="background-color:black"></canvas>
    <!-- Linking Javascript with the HTML-->
    <script src="js/Game.js"></script>
    </center>
       
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers