14 lines
		
	
	
		
			572 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			572 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <meta http-equiv="X-UA-Compatible" content="ie=edge">
 | |
|     <title>Test Page</title>
 | |
| </head>
 | |
| <body>
 | |
|     <h1>Hello There!</h1>
 | |
|     <p>This is a pretty basic test page.  Sorry there isn't anything more interesting going on.  On the upside, if you're seeing this, things are probably set up properly and you can go ahead and do something more interesting than display this page!</p>
 | |
|     <h3>Thanks for visiting</h3>
 | |
| </body>
 | |
| </html> |