You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
428 B

add<br>
<form action="http://localhost:5252/add" method="post" enctype="multipart/form-data">
<input type="file" name="icon" />
<input type="text" name="name"/>
<input type="text" name="x"/>
<input type="text" name="y"/>
<input type="text" name="id"/>
<input type="submit" value="Submit">
</form>
create<br>
<form action="http://localhost:5252/create" method="post">
<input type="submit" value="Submit">
</form>