<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>BFBQC</title> <script defer type="module" src="./entry.js"></script> <link rel="stylesheet" href="./style.css" /> </head> <body> <div id="input-container"> <span id="input-label">Quizz id</span> <input type="text" id="id" /> </div> <div id="root"></div> </body> </html>