File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# By: josfelip <josfelip@student.42sp.org.br> +#+ +:+ +#+ #
77# +#+#+#+#+#+ +#+ #
88# Created: 2025/03/24 12:00:00 by josfelip #+# #+# #
9- # Updated: 2025/03/26 11:44:35 by josfelip ### ########.fr #
9+ # Updated: 2025/08/21 11:18:43 by josfelip ### ########.fr #
1010# #
1111# **************************************************************************** #
1212
1313NAME = webserv
1414
1515# Compiler and flags
1616CXX = c++
17- CXXFLAGS = -Wall -Wextra -Werror -std=c++98
17+ CXXFLAGS = -Wall -Wextra -Werror -std=c++98
1818DEPFLAGS = -MMD -MP
19- DBGFLAGS = -g3
19+ DBGFLAGS = -g3 -D LOG_LEVEL=LOG_DEBUG
2020
2121# Directories
2222SRC_DIR = src
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33< head >
4- < title > File Upload Test</ title >
4+ < title > CGI Test</ title >
55 < link rel ="stylesheet " href ="style.css " />
66</ head >
77< body >
1414
1515 < h1 > CGI Test</ h1 >
1616 < div class ="upload-form ">
17- < h2 > Send Some Data </ h2 >
17+ < h2 > Upper Case Converter </ h2 >
1818 < form action ="upper.py " method ="post ">
1919 < input type ="text " id ="data " name ="data " placeholder ="Enter some text ">
2020 < br > < br >
21- < button type ="submit "> Send Data </ button >
21+ < button type ="submit "> Convert </ button >
2222 </ form >
2323 </ div >
2424</ body >
25- </ html >
25+ </ html >
You can’t perform that action at this time.
0 commit comments