diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-26 22:03:56 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-26 22:03:56 +0300 |
| commit | 99639514d62a5fd9e5098b77ce680b86c243113d (patch) | |
| tree | 613f5727aab271369c88a64df2e82aa6599595dd | |
| parent | 32df4bc24b57d2ec3dc28cac44bd987d91031699 (diff) | |
| download | httpy-99639514d62a5fd9e5098b77ce680b86c243113d.tar.gz httpy-99639514d62a5fd9e5098b77ce680b86c243113d.zip | |
Small changes
| -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 |