21 lines
		
	
	
		
			495 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			495 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!--DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"--
 | |
| 
 | |
| <HTML>
 | |
| 
 | |
| <HEAD><TITLE>Mojo under construction</TITLE></HEAD>
 | |
| 
 | |
| <BODY BGCOLOR="#FFFFFF"><H1>This web app is under construction</H1></BODY>
 | |
| 
 | |
| </HTML-->
 | |
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Koozali SME Manager</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h2>Welcome to the Mojolicious Koozali SME Manager!</h2>
 | |
|     This is the static document "public/index.html",
 | |
|     <a href="/smanager/">click here</a> to get back to the start.
 | |
|   </body>
 | |
| </html>
 | 
