Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Quiz - Praca zaliczeniowa</title>
  5. <meta charset="UTF-8">
  6. <link rel="Stylesheet" type="text/css" href="css.css" />
  7. </head>
  8.  
  9. <body>
  10. <header>Quiz</header>
  11. <div id="settings"></div>
  12. <div id="content"></div>
  13. <div id="status">&nbsp;</div>
  14. <div id="controls">
  15. <button id="nextButton" onclick="nextQuestion()">Następne pytanie >></button>
  16. </div>
  17. </div>
  18. <script src="pytania.js"></script>
  19. <script src="js.js"></script>
  20. </body>
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement