m1guelpf/LicAPI

View on GitHub
test.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<title>LicAPI - Submit a license</title>
<body>

<form action="api.php" method="post">
  License:<br>
  <input type="text" name="license" value="Test">
  <br><br>
  <input type="submit" value="Submit">
</form>

<p>Click the submit button to check your license.</p>

</body>
</html>