diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..bd173cd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "C:\\Users\\Manu Neves\\AppData\\Local\\Programs\\Python\\Python37\\python.exe" +} \ No newline at end of file diff --git a/Construindo um Servidor Web Multithread.pdf b/Construindo um Servidor Web Multithread.pdf deleted file mode 100644 index 104955c..0000000 Binary files a/Construindo um Servidor Web Multithread.pdf and /dev/null differ diff --git a/README.md b/README.md index 4b8be79..2982284 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# python-server \ No newline at end of file +

:construction: Python Server :snake: Em construção... :construction:

+ +### Concluídos + +- [x] Criar um server Python +- [x] Fazer o server retornar uma página Web +- [x] Criar requisições GET +- [] Criar requisições POST +- [] Criar conexões entre cliente/servidor + +### Como rodar o projeto + + $ cmd.exe + $ cd C:\Users\nomeUsuário\diretorio_do_projeto\python-server + $ py main.py + +### Tecnologias +- [Python](https://www.python.org/) +- [Bootstrap](https://getbootstrap.com/) diff --git a/__pycache__/webserver.cpython-37.pyc b/__pycache__/webserver.cpython-37.pyc new file mode 100644 index 0000000..92510cd Binary files /dev/null and b/__pycache__/webserver.cpython-37.pyc differ diff --git a/src/css/custom.css b/src/css/custom.css index fca4212..2859611 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -68,6 +68,6 @@ h2{font-size: 25px;} } #menu{ position: relative; - left: -70px; + left: -8px; font-style: initial; } diff --git a/src/index.html b/src/index.html index 7daa229..ef4aca1 100644 --- a/src/index.html +++ b/src/index.html @@ -1,4 +1,4 @@ - + @@ -20,9 +20,6 @@