├── LICENSE.txt ├── README.md ├── hello.html ├── images └── Dandelion-by-Kim-Siever.jpg ├── index.html ├── main.py └── style.css /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhch/crude-server/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhch/crude-server/HEAD/README.md -------------------------------------------------------------------------------- /hello.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhch/crude-server/HEAD/hello.html -------------------------------------------------------------------------------- /images/Dandelion-by-Kim-Siever.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhch/crude-server/HEAD/images/Dandelion-by-Kim-Siever.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhch/crude-server/HEAD/index.html -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhch/crude-server/HEAD/main.py -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhch/crude-server/HEAD/style.css --------------------------------------------------------------------------------