7 lines
237 B
PHP
7 lines
237 B
PHP
|
|
<main class="home">
|
||
|
|
<form method="post" action="/portal/addCategory">
|
||
|
|
<label>Enter Category Name</label>
|
||
|
|
<input type="text" name="name"/>
|
||
|
|
<input type="submit" name="submit" value="Create"/>
|
||
|
|
</form>
|
||
|
|
</main>
|