Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/blame/commit/c81aaa5b083908a3a7eb8c894402069dc6f1f408/arduino/libraries/EspLink/examples/EspLinkWebSimpleLedControl/SimpleLED.html You should set ROOT_URL correctly, otherwise the web may not work correctly.

8 lines
239 B

<!-- EspLink will add header here -->
<h1 class="header">Simple LED control</h1>
<h2><div id="text"/></h2>
<button id="btn_on" type="button">Turn on</button>
<button id="btn_off" type="button">Turn off</button>
</body></html>