This commit is contained in:
Diogo Cordeiro 2018-12-23 19:33:42 +00:00
parent 515d5cb7c0
commit dd4d3276c4
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ server(Options) :-
web_polyplay(_Request) :-
format('Content-type: text/html~n~n'),
format('Welcome to PolyMani!~n').
format('Welcome to PolyMani!~n'),
format('Ask me something:~n'),
format('<form method="GET" action="process"><input type="text"></input></form>~n').
/*******************************
* NLP *