OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <!-- | 2 <!-- |
3 -- Copyright 2013 The Chromium Authors. All rights reserved. | 3 -- Copyright 2013 The Chromium Authors. All rights reserved. |
4 -- Use of this source code is governed by a BSD-style license that can be | 4 -- Use of this source code is governed by a BSD-style license that can be |
5 -- found in the LICENSE file. | 5 -- found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <link rel="stylesheet" href="inputview.css"> | 10 <link rel="stylesheet" href="inputview.css"> |
11 <link rel="stylesheet" href="emoji.css"> | 11 <link rel="stylesheet" href="emoji.css"> |
12 <style> | 12 <style> |
13 .inputview-linear { | 13 .inputview-linear { |
14 font-size: 0; | 14 font-size: 0; |
15 } | 15 } |
16 </style> | 16 </style> |
17 <script src="keyboard_mojo.js"></script> | |
18 <script src="inputview.js"></script> | 17 <script src="inputview.js"></script> |
19 <script src="locales/en.js"></script> | 18 <script src="locales/en.js"></script> |
20 <script src="inputview_adapter.js"></script> | 19 <script src="inputview_adapter.js"></script> |
21 </head> | 20 </head> |
22 <body> | 21 <body> |
23 </body> | 22 </body> |
24 </html> | 23 </html> |
OLD | NEW |