diff --git a/.gitignore b/.gitignore index 819d3fe..f8338f4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ src/.DS_Store .idea/vcs.xml .idea/modules.xml .idea/HTeaPot.iml +*.log diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/Cargo.lock b/Cargo.lock index 8d0b91c..2c7d917 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "hteapot" -version = "0.4.2" +version = "0.5.0" diff --git a/Cargo.toml b/Cargo.toml index 07b4be9..0527b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hteapot" -version = "0.4.2" +version = "0.5.0" # release candidate exclude = ["hteapot.toml", "public/", "readme.md"] license = "MIT" keywords = ["HTTP", "HTTP-SERVER"] diff --git a/public/index.html b/public/index.html index f12f8f1..a06c843 100644 --- a/public/index.html +++ b/public/index.html @@ -1,87 +1,88 @@ - + -
- - -+ Congratulations! HTeaPot, the HTTP server, is correctly + installed and configured. +
+You are now ready to serve your web applications.
+ +Congratulations! HTeaPot, the HTTP server, is correctly installed and configured.
-You are now ready to serve your web applications.
- -