input.php
463 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<form action="process.php" method="get">
<p>Pulse : <input type="text" name="pulse"></p>
<p>pubKey1 : <input type="text" name="pubKey1"></p>
<p>pubKey2 : <input type="text" name="pubKey2"></p>
<p>signatureR : <input type="text" name="signatureR"></p>
<p>signatureS : <input type="text" name="signatureS"></p>
<p><input type="submit" /></p>
</form>
</body>
</html>