ARTICLE AD BOX
This website is a simple file exploration tool built using PHP and basic frontend technologies. It scans directories on the server and dynamically displays their contents in a structured and visual way.
body { margin: 0; font-family: Libre Franklin; background: skyblue; color:; } .menu { justify-content: center; list-style: none ; display: flex; text-align: center; gap: 10px; } .menu li a{ text-decoration: none; color: black; } .menu li a.selected { color: whitesmoke; } ul { list-style: none; }