mess with design

This commit is contained in:
ayunami2000
2022-04-18 00:30:00 -04:00
parent f8bd688fa5
commit 1f91e9c684
4 changed files with 14 additions and 15 deletions

View File

@ -2,7 +2,7 @@ Punishments
PUNISHMENTS
<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">
<input id="uuid" type="text" autocomplete="off" class="form-control" placeholder="UUID or username...">
<button class="btn btn-outline-primary" type="submit"
onclick="redirect();">Submit
</button>