Update index.html

patch-1
Muhammad Daffa 2020-04-12 19:37:53 +07:00 committed by GitHub
parent 28d8536e85
commit ec17b2d896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<form>
<div class="form-group">
<label for="URL">URL:</label>
<input type="text" id="url" class="form-control" placeholder="http://sites.com"/>
<input type="url" id="url" class="form-control" placeholder="http://sites.com"/>
<small id="textHelp" class="form-text text-muted">Add http:// or https:// in the beginning</small>
</div>