Update index.html

Removed the footer container the folder structure. Not needed for deployment
This commit is contained in:
2026-01-27 16:21:16 +00:00
parent b195e70553
commit 7cdaad52bb

View File

@@ -224,16 +224,6 @@
</section>
<footer>
<div>Folder layout expected:</div>
<div style="margin-top:6px; background: rgba(15,22,35,.65); border:1px solid var(--line); border-radius: 12px; padding: 12px;">
<code style="color: var(--text);">
RDP/<br/>
&nbsp;&nbsp;index.html<br/>
&nbsp;&nbsp;src/<br/>
&nbsp;&nbsp;&nbsp;&nbsp;img/<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...image files...
</code>
</div>
</footer>
</main>
</body>