Redo last commit since merge and fixed lowercase support

This commit is contained in:
mbhandary
2020-04-16 15:34:43 -04:00
parent c9eed74267
commit 85df40d86d
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<div class="input-group">
<input id="manifest" type="text" class="form-control" required
placeholder="Your Manifest Here"
pattern="[0-9A-F]+"><br>
pattern="[0-9A-Fa-f]+"><br>
<button class="btn btn-primary form-control">Check Domain Verification</button>
</div><!--/.input-group-->
</form>