Advertisement
Guest User

Bad Libs- index.html

a guest
Aug 23rd, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.     <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  5.     <style>
  6.         .noselect {
  7.             -webkit-touch-callout: none;
  8.             -webkit-user-select: none;
  9.             -khtml-user-select: none;
  10.             -moz-user-select: none;
  11.             -ms-user-select: none;
  12.             user-select: none;
  13.         }
  14.     </style>
  15.     <canvas id="myCanvas" width="848" height="480" class="noselect"></canvas>
  16.     <script src="roomsetup.js"></script>
  17.     <script src="mainlogic.js"></script>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement