1
Fork 0
solar-conflux/javascript/quizizz-hack/index.html

18 lines
467 B
HTML
Raw Normal View History

<!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>