getting real

This commit is contained in:
ayunami2000
2022-04-17 21:00:02 -04:00
parent 6e79310ef8
commit 822bc5b483
2 changed files with 24 additions and 9 deletions

View File

@ -51,10 +51,8 @@
<div style="text-align: center;" class="col-auto m-0 p-4 row justify-content-center">
<h2>Enter the UUID or username of the player you want to lookup</h2>
<div class="input-group mb-3 w-75 p-3">
<input id="uuid" type="text" autocomplete="off" class="form-control">
<button class="btn btn-outline-primary" type="submit" onKeyUp="{this.onKeyUpValue.bind(this)"
onclick="redirect();">Submit
</button>
<input id="uuid" type="text" autocomplete="off" class="form-control" placeholder="Enter player UUID or username here...">
<button class="btn btn-outline-primary" type="submit" onclick="redirect();">Submit</button>
</div>
</div>
<script>