Advertisement
Guest User

Match Mania Index Credits

a guest
May 16th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0062)http://multiplexgames.com/play-now/match/2014-05-03/index.html -->
  3. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  4. <title>Match Mania</title>
  5. <style type="text/css">
  6. html,body {
  7. background-color: #333;
  8. color: #fff;
  9. font-family: helvetica, arial, sans-serif;
  10. margin: 0;
  11. padding: 0;
  12. font-size: 12pt;
  13. }
  14.  
  15. #canvas {
  16. position: absolute;
  17. left: 0;
  18. right: 0;
  19. top: 0;
  20. bottom: 0;
  21. margin: auto;
  22. }
  23. #credits {
  24. position: absolute;
  25. left: 0;
  26. right: 0;
  27. top: 1;
  28. bottom: 0;
  29. margin: auto;
  30. }
  31. a:link {color:lightgray;}
  32. a:visited {color:lightgray;}
  33. a:hover {color:red;}
  34. a:active {color:lightgray;}
  35. </style>
  36.  
  37. <script type="text/javascript" src="./Match Mania_files/game.min.js"></script>
  38. </head>
  39. <body>
  40. <canvas id="canvas" width="320" height="480"></canvas>
  41.  
  42. <center id="credits">
  43. Project Lead, Programming: <a href="http://www.reddit.com/user/multiplexgames" target="_blank">/u/multiplexgames</a> &nbsp;&nbsp; Sound Effects: <a href="http://www.reddit.com/user/Johnicholas" target="_blank">/u/Johnicholas</a> &nbsp;&nbsp; Card Art: <a href="http://www.reddit.com/user/sugarbyte" target="_blank">/u/sugarbyte</a>
  44. </center>
  45.  
  46. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement