piffy

quiz.html

Aug 13th, 2021 (edited)
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>
  5.     Piccolo Quiz
  6.   </title>
  7.  
  8.   <!-- (A) LOAD QUIZ CSS + JS -->
  9.   <link href="css/main.css" rel="stylesheet">
  10.   <script src="js/main.js"></script>
  11. </head>
  12. <body>
  13. <!-- Codice originale di W.S. Toh; Licenza: https://pastebin.com/cpNc6dSV -->
  14. <!-- (B) CONTENITORE DEL QUIZ -->
  15. <div id="quizWrap"></div>
  16. </body>
  17. </html>
  18.  
Add Comment
Please, Sign In to add comment