9 lines
148 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Guess the Number</title>
</head>
<body>
<script src="guess_number.js"></script>
</body>
</html>