| 
									
										
										
										
											2016-09-11 21:07:18 +00:00
										 |  |  | <!DOCTYPE html> | 
					
						
							| 
									
										
										
										
											2020-12-20 14:16:22 +00:00
										 |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head><meta charset="UTF-8"> | 
					
						
							| 
									
										
										
										
											2018-01-27 22:28:20 +00:00
										 |  |  | 	<title>WLED Settings</title> | 
					
						
							| 
									
										
										
										
											2016-09-11 21:07:18 +00:00
										 |  |  | 	<style> | 
					
						
							| 
									
										
										
										
											2018-01-27 22:28:20 +00:00
										 |  |  | 		body { | 
					
						
							|  |  |  | 			text-align: center; | 
					
						
							| 
									
										
										
										
											2020-05-17 18:59:00 +00:00
										 |  |  | 			background: #222; | 
					
						
							| 
									
										
										
										
											2020-12-20 14:16:22 +00:00
										 |  |  | 			height: 100px; | 
					
						
							| 
									
										
										
										
											2018-01-27 22:28:20 +00:00
										 |  |  | 			margin: 0; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2018-06-23 23:20:15 +00:00
										 |  |  | 		html { | 
					
						
							| 
									
										
										
										
											2021-05-08 16:04:44 +00:00
										 |  |  | 			--h: 10.2vh; | 
					
						
							| 
									
										
										
										
											2018-06-23 23:20:15 +00:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2018-01-27 22:28:20 +00:00
										 |  |  | 		button { | 
					
						
							| 
									
										
										
										
											2020-05-17 18:59:00 +00:00
										 |  |  | 			background: #333; | 
					
						
							|  |  |  | 			color: #fff; | 
					
						
							|  |  |  | 			font-family: Verdana, Helvetica, sans-serif; | 
					
						
							| 
									
										
										
										
											2021-05-08 16:04:44 +00:00
										 |  |  | 			border: 1px solid #333; | 
					
						
							|  |  |  | 			font-size: 6vmin; | 
					
						
							| 
									
										
										
										
											2020-05-17 18:59:00 +00:00
										 |  |  | 			height: var(--h); | 
					
						
							| 
									
										
										
										
											2018-01-27 22:28:20 +00:00
										 |  |  | 			width: 95%; | 
					
						
							| 
									
										
										
										
											2021-05-08 16:04:44 +00:00
										 |  |  | 			margin-top: 2vh; | 
					
						
							| 
									
										
										
										
											2018-01-27 22:28:20 +00:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2016-09-11 21:07:18 +00:00
										 |  |  | 	</style> | 
					
						
							| 
									
										
										
										
											2018-06-23 23:20:15 +00:00
										 |  |  | 	<script> | 
					
						
							|  |  |  | 	function BB() | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		if (window.frameElement) { | 
					
						
							|  |  |  | 			document.getElementById("b").style.display = "none"; | 
					
						
							|  |  |  | 			document.documentElement.style.setProperty('--h',"13.86vh"); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	</script> | 
					
						
							| 
									
										
										
										
											2016-09-11 21:07:18 +00:00
										 |  |  | </head> | 
					
						
							| 
									
										
										
										
											2018-06-23 23:20:15 +00:00
										 |  |  | <body onload="BB()"> | 
					
						
							|  |  |  | <form action="/"><button type=submit id="b">Back</button></form> | 
					
						
							| 
									
										
										
										
											2018-02-20 21:29:48 +00:00
										 |  |  | <form action="/settings/wifi"><button type="submit">WiFi Setup</button></form> | 
					
						
							|  |  |  | <form action="/settings/leds"><button type="submit">LED Preferences</button></form> | 
					
						
							|  |  |  | <form action="/settings/ui"><button type="submit">User Interface</button></form> | 
					
						
							|  |  |  | <form action="/settings/sync"><button type="submit">Sync Interfaces</button></form> | 
					
						
							|  |  |  | <form action="/settings/time"><button type="submit">Time & Macros</button></form> | 
					
						
							| 
									
										
										
										
											2021-05-07 10:41:39 +00:00
										 |  |  | <form action="/settings/um"><button type="submit">Usermods</button></form> | 
					
						
							| 
									
										
										
										
											2018-02-20 21:29:48 +00:00
										 |  |  | <form action="/settings/sec"><button type="submit">Security & Updates</button></form> | 
					
						
							| 
									
										
										
										
											2016-09-11 21:07:18 +00:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |