Commit graph

3 commits

Author SHA1 Message Date
6b8895fa60
style: fix indentation in HTML for better readability
Corrected the indentation of <li> elements and added newline spacing
in the HTML structure. These changes enhance code readability and
maintain consistency in the project's code style.
2024-09-18 10:01:46 +02:00
9c1c148da0
fix: removed extra quotation mark in HTML class attribute
Corrected an HTML syntax error by removing a redundant quotation mark from a class attribute. This fixes the display issue for the IP card component, ensuring proper rendering of the IPv4 address section.
2024-09-18 10:01:28 +02:00
dc49da70d3
feat: migrate index.html to PHP for dynamic IP endpoints
Migrated index.html to index.php to enable dynamic generation of IPv4 and IPv6 endpoints based on the server's domain. This change facilitates the embedding of IP address information via iframe elements, enhancing flexibility and ensuring that the correct IP endpoints are utilized.
2024-09-18 10:00:03 +02:00
Renamed from index.html (Browse further)