mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Make webserver more compact
This commit is contained in:
parent
2e317d9d1c
commit
ec2d871475
3 changed files with 10 additions and 7 deletions
|
@ -14,6 +14,7 @@ String settings_processor(const String& var) {
|
|||
"button { background-color: #505E67; color: white; border: none; padding: 10px 20px; margin-bottom: 20px; "
|
||||
"cursor: pointer; border-radius: 10px; }";
|
||||
content += "button:hover { background-color: #3A4A52; }";
|
||||
content += "h4 { margin: 0.6em 0; line-height: 1.2; }";
|
||||
content += "</style>";
|
||||
|
||||
content += "<button onclick='goToMainPage()'>Back to main page</button>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue