removed unneeded linebreak

This commit is contained in:
Mystikfluu 2022-07-09 18:19:42 +02:00
parent f40638b68a
commit 5a5e74fd16
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,7 @@
"max": 10, "max": 10,
"reset_time": 5000 "reset_time": 5000
}, },
"/css/style.css" { "/css/style.css" : {
"enabled": true, "enabled": true,
"max": 5, "max": 5,
"reset_time": 5000 "reset_time": 5000

View File

@ -33,7 +33,6 @@
<br> <br>
<div> <div>
<h3>Change your Username</h3> <h3>Change your Username</h3>
<br>
<label for="newUsername">New Username:</label> <label for="newUsername">New Username:</label>
<input id="newUsername" placeholder="New Username" type="text"> <input id="newUsername" placeholder="New Username" type="text">
<br> <br>