Advertisement
KodingKid

How to make a window for HTML/Javascript games

Apr 1st, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <!DOCTYPE html>  
  2. <html>  
  3. <body>  
  4. <!--No head is needed-->
  5. <canvas id="game_canvas" width="1280" height="720">
  6. <!--This is your window-->
  7. </canvas>
  8. </body>
  9. </html>
  10.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement