diff options
| -rw-r--r-- | src/request.py | 2 | ||||
| -rw-r--r-- | www/css/styles.css (renamed from css/styles.css) | 0 | ||||
| -rw-r--r-- | www/index.html | 3 | ||||
| -rw-r--r-- | www/testing.html (renamed from www/test.html) | 0 |
4 files changed, 2 insertions, 3 deletions
diff --git a/src/request.py b/src/request.py index ed828e5..4e2486e 100644 --- a/src/request.py +++ b/src/request.py @@ -1,6 +1,6 @@ from typing import Any -from collections.abc import Generator from src.config import BUFFER_LENGTH +from collections.abc import Generator from src.status_code import StatusCode diff --git a/css/styles.css b/www/css/styles.css index cb56704..cb56704 100644 --- a/css/styles.css +++ b/www/css/styles.css diff --git a/www/index.html b/www/index.html index 6cd383e..11c6a30 100644 --- a/www/index.html +++ b/www/index.html @@ -13,9 +13,8 @@ <section> <h1> Links to content </h1> <p><a href="about">About</a></p> - <p><a href="test">Testing</a></p> <p><a href="projects">Projects</a></p> - <p><a href="js-test">JavaScript thing</a></p> + <p><a href="testing">Testing</a></p> </section> <section> <h1> Welcome to the small HTML Page </h1> diff --git a/www/test.html b/www/testing.html index 9f0d12d..9f0d12d 100644 --- a/www/test.html +++ b/www/testing.html |