initial commit

This commit is contained in:
ns77@siliconpin.com
2025-08-18 12:05:35 +00:00
commit 5c1e30c087
4586 changed files with 818325 additions and 0 deletions

18
print_input.php Normal file
View File

@@ -0,0 +1,18 @@
<center>
<form class="" method="GET" action="/Print">
<div class="input_width" style="width: 400px;">
<table>
<tr>
<td>SCC25PG-</td>
<td><input type="text" name="id" class="form-control" placeholder="Enter form No."></td>
</tr>
</table>
</div> <br>
<div class="text-center b_btn">
<button type="submit" class="btn btn-primary m-0"> Print</button>
</div>
</form>
</center>