This project is licensed under the MIT License - see the LICENSE file for details.
The Simple HTML Server with User Tracking is a Python-based server application that facilitates the serving of HTML, CSS, and JavaScript files while also logging various details about the users accessing the server. This project is ideal for developers who need a straightforward way to host static files and gather basic information about their users.
- Serve Static Files: Serve HTML, CSS, and JS files from a local directory.
- User Logging: Capture and log details such as client IP, public IP, user agent, language, and timezone.
- Simple Setup: Only requires Python and minimal configuration.
-
Clone the Repository
git clone https://github.com/DISTinTheHouse/Script-HTML.git cd Script-HTML
-
Run the script
Open the terminal and... python3 server.py or python server.py