Skip to content
Snippets Groups Projects
Commit 6de9491c authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add submit button.

parent 3c502452
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<option value="MD5">MD5</option>
</select>
<br>
<input type="submit" class="btn btn-primary btn-lg" value="Hash">
</form>
<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment