mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			404 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <head><title>WebServer other page!</title></head>
 | |
|     <body>
 | |
|         <h1>SerenityOS WebServer other page!</h1>
 | |
|         <p>
 | |
|             <b>Holy moly!</b>
 | |
|         </p>
 | |
|         <p>
 | |
|             This is not even index.html, how neat is that! :^)
 | |
|         </p>
 | |
|         <p>
 | |
|             Maybe you want to go <a href="index.html">back to index.html</a>?
 | |
|         </p>
 | |
|     </body>
 | |
| </html>
 | 
