| 
									
										
										
										
											2023-11-23 16:33:21 +08:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  | 	<meta charset="UTF-8" /> | 
					
						
							|  |  |  | 	<link rel="icon" href="/favicon.ico" /> | 
					
						
							|  |  |  | 	<meta name="viewport" | 
					
						
							|  |  |  | 		content="width=device-width, initial-scale=1, maximum-scale=1,minimum-scale=1,user-scalable=no,viewport-fit=cover"> | 
					
						
							|  |  |  | 	<script> | 
					
						
							|  |  |  | 		history.pushState(null, null, location.href); | 
					
						
							|  |  |  | 		window.onpopstate = function () { | 
					
						
							|  |  |  | 			history.go(1); | 
					
						
							|  |  |  | 		}; | 
					
						
							|  |  |  | 	</script> | 
					
						
							| 
									
										
										
										
											2023-12-06 13:56:43 +08:00
										 |  |  | 	<title>LP_Bot</title> | 
					
						
							| 
									
										
										
										
											2023-11-23 16:33:21 +08:00
										 |  |  | </head> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <body oncontextmenu="return false"> | 
					
						
							|  |  |  | 	<noscript>You need to enable JavaScript to run this app.</noscript> | 
					
						
							| 
									
										
										
										
											2023-12-05 17:27:18 +08:00
										 |  |  | 	<div id="root" style="height: 100vh;"></div> | 
					
						
							| 
									
										
										
										
											2023-11-23 16:33:21 +08:00
										 |  |  | 	<script type="module" src="/src/index.tsx"></script> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |