27 lines
		
	
	
		
			391 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			391 B
		
	
	
	
		
			HTML
		
	
	
	
| <!---
 | |
| Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
 | |
| Use of this source code is governed by a BSD-style license that can be
 | |
| found in the LICENSE file.
 | |
| --->
 | |
| 
 | |
| <html>
 | |
| 
 | |
| <script src='/time.js'>
 | |
| </script>
 | |
| 
 | |
| <script src='/urls.js'>
 | |
| </script>
 | |
| 
 | |
| <script src='/params.js'>
 | |
| </script>
 | |
| 
 | |
| <script src='/task_monitor.js'>
 | |
| </script>
 | |
| 
 | |
| <script src='/test.js'>
 | |
| </script>
 | |
| 
 | |
| <body>
 | |
| </body>
 | |
| </html>
 |