mirror of https://github.com/OpenIPC/composer.git
				
				
				
			
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|   <meta charset="UTF-8">
 | |
|   <meta name="viewport" content="width=device-width,initial-scale=1">
 | |
|   <title>Resource not found - OpenIPC</title>
 | |
|   <link rel="shortcut icon" href="/img/favicon.png">
 | |
|   <link rel="stylesheet" href="/css/bootstrap.min.css" >
 | |
|   <link rel="stylesheet" href="/css/bootstrap.override.css">
 | |
|   <script src="/js/bootstrap.bundle.min.js"></script>
 | |
|   <script src="/js/main.js"></script>
 | |
| </head>
 | |
| <body id="top">
 | |
| <nav class="navbar navbar-expand-lg navbar-dark sticky-top">
 | |
|   <div class="container">
 | |
|     <a class="navbar-brand" href="/cgi-bin/status.cgi"><img src="/img/logo.svg" width="116" height="32" alt="">
 | |
|       <div id="beta"><span><span><span><span>beta</span></span></span></span></div></a>
 | |
|   </div>
 | |
| </nav>
 | |
| <main>
 | |
|   <div class="container p-3">
 | |
|     <h2>Requested resource not found</h2>
 | |
|     <div class="alert alert-info">
 | |
|       <h3>Got lost?</h3>
 | |
|       <p>Have you tried to start from the <a href="/">very beginning</a>?</p>
 | |
|       <p>Also, you can find more useful information in <a href="https://openipc.org/wiki/">our wiki</a>.</p>
 | |
|     </div>
 | |
|   </div>
 | |
| </main>
 | |
| <footer class="p-3">
 | |
|   <div class="container">
 | |
|     <p class="text-end">Powered by <a href="https://github.com/OpenIPC/microbe-web">Microbe Web UI</a>,
 | |
|       a part of <a href="https://openipc.org/">OpenIPC</a> project.</p>
 | |
|   </div>
 | |
| </footer>
 | |
| </body>
 | |
| </html>
 |