1
0
Fork 0
This commit is contained in:
qo-op 2020-05-23 05:02:58 +02:00
parent f93275edfe
commit a122561e48
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<form accept-charset="UTF-8" action="zen_sms.php" autocomplete="off" method="GET" target="_self">
<label for="num">G1sms Wallet Number</label><br />
<input name="num" type="text" value="0612345678" /> <br />
<label for="g1billets_value">G1Billets Value</label><br />
<input name="val" type="text" value="10" /> LOVE <br />
<input type="submit" value="OK" />
</form>
<?php
?>