Guest User

Untitled

a guest
Feb 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <style>
  2. body {
  3. padding: 0;
  4. margin: 0;
  5. background-color: hsl(0, 0%, 5%);
  6. color: hsl(0, 0%, 95%);
  7. }
  8. </style>
  9. <h1>Game on</h1>
  10. <div id="players"></div>
  11. <canvas id="canvas" width="800" height="500" style="width: 100%"/>
  12. <script src="/index.js"></script>
Add Comment
Please, Sign In to add comment