This commit is contained in:
2019-06-30 20:14:22 +02:00
parent c941f34198
commit 8c07461fa5

View File

@@ -14,7 +14,7 @@ echo <<<END
END; END;
echo <<<END echo <<<END
<form action="/hangman-guess.php" method="post"> <form action="hangman-guess.php" method="post">
END; END;
//Output all buttons //Output all buttons
$alphabet = range('A', 'Z'); $alphabet = range('A', 'Z');