|
|
|
|
|
|
8
|
<form method="post">
|
8
|
<form method="post">
|
|
9
|
<label for="name">Name</label>
|
9
|
<label for="name">Name</label>
|
|
10
|
<input name="name" id="name" required><br>
|
10
|
<input name="name" id="name" required><br>
|
|
11
|
- <label for="icon">Icon</label>
|
|
|
|
12
|
- <input type="file" name="icon"><br>
|
|
|
|
13
|
<label for="bio">Description</label>
|
11
|
<label for="bio">Description</label>
|
|
14
|
<textarea name="bio" id="bio"></textarea><br>
|
12
|
<textarea name="bio" id="bio"></textarea><br>
|
|
15
|
<input type="submit" value="Submit">
|
13
|
<input type="submit" value="Submit">
|