Advertisement
Guest User

index

a guest
May 20th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" href="style.css"/>
  6. <title>Wstęp do java script</title>
  7. <script type="text/javascript" src="script.js"></script>
  8. </head>
  9. <body>
  10. <div id="okno" onclick="pokaz()">
  11.  
  12. </div>
  13. <div id="pelny" class="juznie">
  14. <div id="zdj">
  15. <div id="zamknij" onclick="zamknij()">X</div>
  16. <!--<img src="img/IMAG0141.jpg"/>-->
  17. <div id="lewaStrzalka" class="wyborZdjecia" onclick="poprzedni()">Strzalka w Lewo</div>
  18. <div id="prawaStrzalka" class="wyborZdjecia" onclick="nastepny()">Strzalka w prawo</div>
  19. </div>
  20. </div>
  21.  
  22. </body>
  23.  
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement