# StaticWebServer **Repository Path**: zzidun/static-web-server ## Basic Information - **Project Name**: StaticWebServer - **Description**: python写的静态网页服务器 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-01-22 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 用法 将网页放在`pages`中. 然后执行`sudo python3 main.py`即可 # 注意 至少要一个`index.html`作为主页,一个`NotFound.html`作为404页面.