File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 border-radius : 5px ;
1616 cursor : pointer;
1717 }
18+ # html-chat {background-color : light; border-radius : 3px ;}
19+ # html-chat-history {background-color : light; border-radius : 3px ;}
20+ # mes {background-color : light; border-radius : 3px ;}
1821 </ style >
1922</ head >
2023< body >
2124 < main >
2225 < h1 > Analysis chat</ h1 >
2326 < p > < i > You can ask Stockfish about position</ i > </ p >
24- < div id ="html-chat " style =" background-color: blue; border-radius: 3px; " >
25- < div id ="html-chat-history " style =" background-color: light; border-radius: 3px; " > </ div >
26- < lable for ="mes "> </ lable >
27- < input id ="mes " name ="mes " style =" background-color: light; border-radius: 3px; " >
27+ < div id ="html-chat ">
28+ < div id ="html-chat-history "> </ div >
29+ < lable for ="mes "> FEN: </ lable >
30+ < input id ="mes " name ="mes ">
2831 < label for ="depth_id "> Depth:</ label >
2932 < input id ="depth_id " name ="depth_id ">
3033 < button type ="submit " onclick ="submit_for_analysis() "> Submit for analysis</ button >
@@ -96,7 +99,7 @@ <h1>Analysis chat</h1>
9699 }
97100 </ script >
98101 < article >
99- < a href ="https://stockfishchess.org "> < img src ="https://stockfishchess.org/images/logo/icon_128x128@2x.webp "> </ a >
102+ < a href ="https://stockfishchess.org "> < img src ="https://stockfishchess.org/images/logo/icon_128x128@2x.webp " width =" 20px " height =" 20px " > </ a >
100103 </ article >
101104 </ main >
102105 < footer >
You can’t perform that action at this time.
0 commit comments