Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>
- Piccolo Quiz
- </title>
- <!-- (A) LOAD QUIZ CSS + JS -->
- <link href="css/main.css" rel="stylesheet">
- <script src="js/main.js"></script>
- </head>
- <body>
- <!-- Codice originale di W.S. Toh; Licenza: https://pastebin.com/cpNc6dSV -->
- <!-- (B) CONTENITORE DEL QUIZ -->
- <div id="quizWrap"></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment