From 8f93a8508311d3852667cfc17c45b22699a5a2b7 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Sat, 14 Apr 2018 22:04:12 +0300 Subject: [PATCH] delete index.html fix #2 --- basics/README.md | 8 ++-- basics/static/index.html | 90 ---------------------------------------- 2 files changed, 4 insertions(+), 94 deletions(-) delete mode 100644 basics/static/index.html diff --git a/basics/README.md b/basics/README.md index 82e35e0..31f0da7 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 e59e13f..0000000 --- a/basics/static/index.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - -

Chat!

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