Guest User

Untitled

a guest
Dec 14th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>game</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <script type="text/javascript" src="pinsc.js"></script>
  6. <link href="styling.css" rel="stylesheet" type="text/css" />
  7. <link href="ballgame.css" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body onload="pinball">
  10. <div id="gaba">
  11. <div id="score" > Score: 0 </div>
  12. <img src="ball.jpg" width="71" height="67" alt="ball" id="hex"/>
  13. <img src="bump.jpg" width="386" height="76" alt="bump" id="paddle"/>
  14. </div>
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment