removed unused style sheet

This commit is contained in:
simonox 2022-12-21 09:18:40 +01:00
parent 4fbfb00114
commit d84bc70f3c
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
secrets.yaml
credentials.h
credentials.h
testcurl

View file

@ -91,9 +91,8 @@ void loop(){
// CSS to style the on/off buttons
// Feel free to change the background-color and font-size attributes to fit your preferences
client.println("<style>html { font-family: Helvetica; display: inline-block; margin: 0px auto; text-align: center;}");
client.println(".button { background-color: #4CAF50; border: none; color: white; padding: 16px 40px;");
client.println("text-decoration: none; font-size: 30px; margin: 2px; cursor: pointer;}");
client.println(".button2 {background-color: #555555;}</style></head>");
client.println("</style></head>");
// Web Page Heading
client.println("<body><h1>Pflanzensensor</h1>");