 3ccb40055e
			
		
	
	
		3ccb40055e
		
	
	
	
	
		
			
			People were getting confused by the index page returning a 404, so this commit adds an index page so it returns a 200 and looks like it works.
		
			
				
	
	
		
			13 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			297 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <title>It works!</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>It works!</h1>
 | |
|     <p>
 | |
|     Please refer to the <a href="https://github.com/etesync/server-skeleton/">README</a> to complete the final steps if you haven't done so already.
 | |
|     </p>
 | |
|   </body>
 | |
| </html>
 |