This commit is contained in:
2023-06-27 02:45:13 +05:00
commit 8e05bba5d4
22 changed files with 3609 additions and 0 deletions

9
views/reg.ejs Normal file
View File

@ -0,0 +1,9 @@
<script src="/lib/fn.js"></script>
<form action="/reg_user" method="post">
<input type="text" name="login">
<input type="password" name="pass">
<input type="checkbox" name="admin" value='false' id="admin_check">
<input type="submit" value="">
<!-- <script>test();</script> -->
</form>