db points
This commit is contained in:
@ -10,11 +10,11 @@
|
||||
</head>
|
||||
|
||||
<body data-bs-theme="dark">
|
||||
<form action="/gamble" method="post" enctype="multipart/form-data">
|
||||
<label for="fname">First name:</label><br>
|
||||
<input type="text" id="fname" name="fname" value="John"><br>
|
||||
<label for="lname">Last name:</label><br>
|
||||
<input type="text" id="lname" name="lname" value="Doe"><br><br>
|
||||
<form action="/gamble/<%= person.personId %>" method="post" enctype="multipart/form-data">
|
||||
<label for="fname">Points:</label><br>
|
||||
<input type="number" id="points" name="points"><br>
|
||||
<label for="fname">Secret</label><br>
|
||||
<input type="text" id="secret" name="secret"><br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user