A basic Python web server used to serve a simple HTML webpage. This project was created for an academic presentation in SYSTEMS ADMINISTRATION AND MAINTENANCE to demonstrate serving static content without using a full web framework.
To showcase how a minimal Python HTTP server can deliver static HTML content, simulating a lightweight web hosting setup commonly used in system administration environments.
- π₯οΈ Serves a static HTML file over HTTP
- βοΈ Uses Pythonβs built-in
http.servermodule - π§ͺ Minimal and easy to run
- Python 3 (Built-in HTTP server)
- HTML5 (Static content)
python3 server.py