fix-homepage-layout #9

Merged
simon merged 5 commits from fix-homepage-layout into wemos-build 2022-07-13 18:52:44 +00:00
Showing only changes of commit 15a3e88358 - Show all commits

View File

@ -17,7 +17,7 @@ String header = "<!DOCTYPE html> <html>\n"
"</style>\n"
"</head>\n"
"<body>\n"
"<h1>Truhensteuerung Web Server</h1>\n";
"<h1>Truhensteuerung Netz Servierer</h1>\n";
String ssid = "REPLACE_WITH_YOUR_SSID";
String password = "REPLACE_WITH_YOUR_PASSWORD";
unsigned long currentTime = millis();