Advertisement
Guest User

LabHTML.html

a guest
May 4th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.25 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Labyrinth</title>
  6.     <link rel="stylesheet" href="LabCSS.css">
  7. </head>
  8. <body>
  9.     <canvas id="myCanvas"  width="300" height="300"></canvas>
  10.     <script src="LabScript.js"></script>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement