Guest User

index.html

a guest
Oct 14th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <meta charset="UTF-8">
  6.  
  7. <script src="http://localhost:8081/socket.io/socket.io.js"></script>
  8. <script language="javascript" src="libraries/p5.js"></script>
  9. <script language="javascript" src="sketch.js"></script>
  10. <script language="javascript" src="functions.js"></script>
  11.  
  12. <style>
  13. body {
  14. padding: 0;
  15. margin: 0;
  16. display: flex;
  17.  
  18. /* This centers our sketch horizontally. */
  19. justify-content: center;
  20.  
  21. /* This centers our sketch vertically. */
  22. align-items: center;
  23.  
  24. background-color: black;
  25. }
  26. </style>
  27.  
  28. </head>
  29.  
  30. <body>
  31.  
  32. </body>
  33.  
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment