Advertisement
htmldog

aes' html

Feb 5th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.  
  5. <script src="jquery.js"></script>
  6. <script src="maze.js"></script>
  7. <link rel="stylesheet" href="maze.css" />
  8.  
  9. </head>
  10. <body>
  11.  
  12. <h1>Maze</h1>
  13.  
  14. <div id="map"></div>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement