Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
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.

10 lines
463 B

6 years ago
6 years ago
  1. <h1 class="w3-text-teal w3-center">Add Category</h1>
  2. <form action="/admin/" method ="post" class="w3-container w3-card-4">
  3. <div class="w3-group w3-padding-16">
  4. <input class="w3-input" type="text" name="add_category" required>
  5. <label class="w3-label w3-validate">Category</label>
  6. </div>
  7. <p><input type="submit" name="submit" value="Add"
  8. class="w3-padding-16 w3-hover-dark-grey w3-btn-block w3-center-align"/></p>
  9. </form>