mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
Fix double slashes in LED matrix URLs
This commit is contained in:
@@ -134,14 +134,14 @@ description: "WiFi-controlled LED display solution with REST API, DHT22 sensor,
|
|||||||
<div class="feature-icon">📊</div>
|
<div class="feature-icon">📊</div>
|
||||||
<div class="feature-text">
|
<div class="feature-text">
|
||||||
<h3>Sensor Readings</h3>
|
<h3>Sensor Readings</h3>
|
||||||
<p>Live temperature and humidity from the on-board DHT22 sensor, stored in <a href="https://www.moonweb.org/smarthome//homematic-mqtt/">InfluxDB via MQTT</a></p>
|
<p>Live temperature and humidity from the on-board DHT22 sensor, stored in <a href="https://www.moonweb.org/smarthome/homematic-mqtt/">InfluxDB via MQTT</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="feature-icon">🔔</div>
|
<div class="feature-icon">🔔</div>
|
||||||
<div class="feature-text">
|
<div class="feature-text">
|
||||||
<h3>Status Messages</h3>
|
<h3>Status Messages</h3>
|
||||||
<p>Notifications like "washing machine done" triggered via <a href="https://www.moonweb.org/smarthome//tasmota-energy/">MQTT and Tasmota energy monitoring</a></p>
|
<p>Notifications like "washing machine done" triggered via <a href="https://www.moonweb.org/smarthome/tasmota-energy/">MQTT and Tasmota energy monitoring</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
@@ -575,7 +575,7 @@ ESP32 will be restarted (with display shutdown)</pre>
|
|||||||
</div>
|
</div>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<p>© 2026 <a href="https://stefankoelle.de/">Stefan Kölle</a>. LED Matrix WebServer v1.08.</p>
|
<p>© 2026 <a href="https://stefankoelle.de/">Stefan Kölle</a>. LED Matrix WebServer v1.08.</p>
|
||||||
<p><a href="https://www.moonweb.org//impressum/">Legal Notice & Privacy Policy</a></p>
|
<p><a href="https://www.moonweb.org/impressum/">Legal Notice & Privacy Policy</a></p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user