| 
									
										
										
										
											2024-07-17 00:21:57 +01:00
										 |  |  | <!doctype html> | 
					
						
							| 
									
										
										
										
											2024-07-08 00:00:09 +01:00
										 |  |  | <html> | 
					
						
							|  |  |  | <head> | 
					
						
							| 
									
										
										
										
											2024-07-09 01:55:13 +01:00
										 |  |  |     <link rel="stylesheet" href="styles.css"/> | 
					
						
							| 
									
										
										
										
											2024-07-12 00:39:01 +01:00
										 |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
					
						
							| 
									
										
										
										
											2025-05-01 00:21:28 +01:00
										 |  |  |     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | 
					
						
							| 
									
										
										
										
											2024-07-08 00:00:09 +01:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-25 01:03:58 +01:00
										 |  |  | <!--<div id="side-panel"></div>--> | 
					
						
							| 
									
										
										
										
											2024-10-05 16:20:40 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | <div id="main-panel"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-09 21:51:28 +01:00
										 |  |  | <div id="header"> | 
					
						
							| 
									
										
										
										
											2024-10-05 18:35:24 +01:00
										 |  |  |     <button id="conversation-list-button" class="rounded-rectangle" onclick="showSidePanel()"><- back</button> | 
					
						
							| 
									
										
										
										
											2024-10-02 01:13:37 +01:00
										 |  |  |     <h1 id="header-title">NAME</h1> | 
					
						
							| 
									
										
										
										
											2024-07-09 21:51:28 +01:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2024-07-08 00:00:09 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | <ul id="messages"></ul> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-10-02 01:13:37 +01:00
										 |  |  | <p id="typing-indicator">NAME is typing...</p> | 
					
						
							| 
									
										
										
										
											2024-07-09 21:51:28 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-05-01 00:21:28 +01:00
										 |  |  | <div id="input-panel-container"> | 
					
						
							|  |  |  | <div id="input-panel" class="rounded-rectangle"> | 
					
						
							|  |  |  |     <input id="textbox-input" type="text" onkeydown="pressSendButton()"></input> | 
					
						
							|  |  |  |     <button onclick="pressSendButton()"><i class="fa fa-arrow-right" style="font-size:2em"></i></button> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2024-07-09 01:55:13 +01:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2024-10-05 18:35:24 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-10-05 16:20:40 +01:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2024-07-08 00:00:09 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | <script src="main.js"></script> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |