mirror of https://github.com/n2geoff/testit.git
				
				
				
			
		
			
	
	
		
			18 lines
		
	
	
		
			462 B
		
	
	
	
		
			HTML
		
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			462 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 It Spec</title>
							 | 
						||
| 
								 | 
							
								    <style>
							 | 
						||
| 
								 | 
							
								        #summary {font-size: 2rem; text-transform: uppercase;}
							 | 
						||
| 
								 | 
							
								    </style>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								    <div id="summary"></div>
							 | 
						||
| 
								 | 
							
								    <div id="errors"></div>
							 | 
						||
| 
								 | 
							
								    <script type="module" src="./runner.js"></script>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |