mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	* implement 404 for webserver - this is a quick hack, should be refactored later * add http error pages ... design is more a placebo ;-) * tune errorpages fix some cgi related stuff, now only python is possible executing and reading python file is possilbe, but it cannot receive any data from webui * fix typo * fix another typo
		
			
				
	
	
		
			31 lines
		
	
	
		
			757 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			757 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| 	<title>Hyperion WebServer - Error</title>
 | |
| 	<!-- Bootstrap Core CSS -->
 | |
| 	<link href="/css/bootstrap.css" rel="stylesheet">
 | |
| 
 | |
| 	<!-- Flags -->
 | |
| 	<link href="/css/flag-icon.min.css" rel="stylesheet">
 | |
| 
 | |
| 	<!-- MetisMenu CSS -->
 | |
| 	<link href="/css/metisMenu.css" rel="stylesheet">
 | |
| 
 | |
| 	<!-- Custom CSS -->
 | |
| 	<link href="/css/sb-admin-2.css" rel="stylesheet">
 | |
| 	<link href="/css/hyperion.css" rel="stylesheet">
 | |
| 
 | |
| 	<!-- Custom Fonts -->
 | |
| 	<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css">
 | |
| 
 | |
| 	<style>
 | |
| 		body {margin:auto; padding-top:50px; }
 | |
| 		#footer { margin-top:10px; font-size:0.5em; }
 | |
| 		#page   { }
 | |
| 		.panel-heading   { font-weight:bold; font-size: 1.3em; }
 | |
| 	</style>
 | |
| 	
 | |
| </head>
 | |
| <body>
 | |
| 	<div id="page" class="container">
 |