22 lines
420 B
Markdown
22 lines
420 B
Markdown
# SLRClub Mobile Free Page Proxy
|
|
|
|
This simple Python web server fetches and displays the mobile free page from `https://m.slrclub.com/l/free`.
|
|
|
|
## Run
|
|
|
|
```bash
|
|
python3 app.py
|
|
```
|
|
|
|
Then open:
|
|
|
|
```text
|
|
http://localhost:8000/
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The server uses Python built-in libraries only.
|
|
- Relative links and resources are resolved with a `<base>` tag.
|
|
- If the target page cannot be fetched, an error message is shown.
|