16 lines
		
	
	
		
			493 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			493 B
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
|   <head>
 | |
|     <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
 | |
|     <meta content="" name="keywords" />
 | |
|     <meta content="" name="description" />
 | |
|     <script language="javascript" src="js/client.js" type="text/javascript"></script>
 | |
|     <title>Demo</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>Demonstration</h1>
 | |
|     <p id="working">Congratulations!  You have installed
 | |
|       grunt-couchapp correctly.</p>
 | |
|   </body>
 | |
| </html>
 |