diff --git a/basics/README.md b/basics/README.md index 82e35e06..31f0da71 100644 --- a/basics/README.md +++ b/basics/README.md @@ -12,9 +12,9 @@ cargo run ### web client -- [http://localhost:8080/index.html](http://localhost:8080/index.html) -- [http://localhost:8080/async/bob](http://localhost:8080/async/bob) +- [http://localhost:8080/index.html](http://localhost:8080/index.html) - open welcome.html +- [http://localhost:8080/async/bob](http://localhost:8080/async/bob) - display "Hello bob!" - [http://localhost:8080/user/bob/](http://localhost:8080/user/bob/) plain/text download - [http://localhost:8080/test](http://localhost:8080/test) (return status switch GET or POST or other) -- [http://localhost:8080/static/index.html](http://localhost:8080/static/index.html) -- [http://localhost:8080/static/notexit](http://localhost:8080/static/notexit) display 404 page +- [http://localhost:8080/static/welcome.html](http://localhost:8080/static/welcome.html) - open welcome.html +- [http://localhost:8080/notexit](http://localhost:8080/notexit) - display 404 page diff --git a/basics/static/index.html b/basics/static/index.html deleted file mode 100644 index e59e13f1..00000000 --- a/basics/static/index.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - -

Chat!

-
-  | Status: - disconnected -
-
-
-
- - -
- -