13 lines
329 B
HTML
13 lines
329 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Guess the Number</title>
|
|
</head>
|
|
<body>
|
|
<h1>The Guess the Number App</h1>
|
|
<p>Click Reload to play again.</p>
|
|
<script src="guess_number.js"></script>
|
|
</body>
|
|
</html> |