1
0
mirror of https://github.com/taigrr/shorturl synced 2025-01-18 04:03:16 -08:00

Improve overall layout of index view

This commit is contained in:
James Mills 2017-08-04 00:44:31 -07:00
parent 97e7b7fcf5
commit 2f94823208
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -3,12 +3,10 @@
<div class="columns">
<div class="column">
<form action="" method="POST">
<div class="form-group">
<div class="form-group input-group">
<label class="form-label" for="input-url"></label>
<input class="form-input" id="input-url" type="text" name="url" placeholder="Enter long url here...">
</div>
<div class="form-group">
<button class="btn btn-sm btn-primary" type="submit">Shorten</button>
<button class="btn btn-primary" type="submit">Shorten</button>
</div>
</form>
</div>