18 lines
		
	
	
		
			538 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			538 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								  <head>
							 | 
						||
| 
								 | 
							
								    <meta charset="utf-8">
							 | 
						||
| 
								 | 
							
								    <meta name="viewport" content="width=device-width">
							 | 
						||
| 
								 | 
							
								    <title>QUnit Example</title>
							 | 
						||
| 
								 | 
							
								    <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.3.0.css">
							 | 
						||
| 
								 | 
							
								  </head>
							 | 
						||
| 
								 | 
							
								  <body>
							 | 
						||
| 
								 | 
							
								    <div id="qunit"></div>
							 | 
						||
| 
								 | 
							
								    <div id="qunit-fixture"></div>
							 | 
						||
| 
								 | 
							
								    <script src="https://code.jquery.com/qunit/qunit-2.3.0.js"></script>
							 | 
						||
| 
								 | 
							
								    <script src="../resources/misc.js"></script>
							 | 
						||
| 
								 | 
							
								    <script src="../resources/gpass.js"></script>
							 | 
						||
| 
								 | 
							
								    <script src="test.js"></script>
							 | 
						||
| 
								 | 
							
								  </body>
							 | 
						||
| 
								 | 
							
								  </html>
							 |