chartmaker-be/test.html

16 lines
428 B
HTML
Raw Permalink Normal View History

2022-03-04 15:52:18 +01:00
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>