Advertisement
royvanempel

HTML

Jun 4th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3.  
  4. <head>
  5.  
  6.     <meta charset="UTF-8">
  7.     <title>Escape Room</title>
  8.  
  9.     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  10.     <link rel="stylesheet" href="css/reset.css">
  11.     <link rel="stylesheet" href="css/style.css">
  12.  
  13.  
  14. </head>
  15.  
  16. <body>
  17.  
  18.     <canvas id="c"></canvas>
  19.     <script src="js/index.js"></script>
  20.  
  21.     <canvas id="box">
  22.  
  23.     </canvas>
  24.  
  25.  
  26. </body>
  27.  
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement