25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<div class="blogPost">
|
|
<h1 class="text-center">Add Category</h1>
|
|
|
|
<form action="/admin" method ="post" class="p-2">
|
|
<div class="form-group">
|
|
<input class="form-control" type="text" name="add_category" required>
|
|
<label>Category</label>
|
|
</div>
|
|
<div class="text-center">
|
|
<input type="submit" name="submit" value="Add"
|
|
class="btn btn-lg btn-secondary"/>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<br>
|