refactor: Rename overlay files for clarity

This commit is contained in:
2025-10-31 10:06:50 +01:00
parent 45ae372b8c
commit e9d358d1e5
5 changed files with 6 additions and 6 deletions

View File

@@ -81,13 +81,13 @@
<h3>Weather Overlay</h3>
<ul>
<li><a href="/weather_overlay/index.html">Weather Overlay</a></li>
<li><a href="/weather_overlay/weather.html">Weather Overlay</a></li>
</ul>
<h3>System Monitor Overlay</h3>
<ul>
<li><a href="/system_monitor_overlay/index.html">System Monitor Overlay</a></li>
<li><a href="/system_monitor_overlay/index-no-heading.html">System Monitor Overlay (No Heading)</a></li>
<li><a href="/system_monitor_overlay/system_monitor.html">System Monitor Overlay</a></li>
<li><a href="/system_monitor_overlay/system_monitor_no_heading.html">System Monitor Overlay (No Heading)</a></li>
</ul>
<p>For detailed usage instructions and to understand how to deploy these overlays, please refer to the <a href="https://gitea.ramforth.net/ramforth/Overlays/src/branch/main/azuracast/README.md">Azuracast README.md</a> within the Gitea repository.</p>