1 <!--- 2 Copyright (c) 2014 The Chromium OS Authors. All rights reserved. 3 Use of this source code is governed by a BSD-style license that can be 4 found in the LICENSE file. 5 ---> 6 7 <html> 8 9 <script src='/time.js'> 10 </script> 11 12 <script src='/urls.js'> 13 </script> 14 15 <script src='/params.js'> 16 </script> 17 18 <script src='/test.js'> 19 </script> 20 21 <body> 22 </body> 23 </html> 24