| Index: chrome/browser/resources/virtual_keyboard/index.html
|
| diff --git a/chrome/browser/resources/virtual_keyboard/index.html b/chrome/browser/resources/virtual_keyboard/index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d61572d2ae694729a563de2cc8893737a456cba5
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/virtual_keyboard/index.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| + <head>
|
| + <link rel="stylesheet" href="main.css">
|
| + <script src="common.js"></script>
|
| + <script src="layout_us.js"></script>
|
| + <script src="main.js"></script>
|
| + </head>
|
| + <body id="b">
|
| + <!-- This is the touch visualization overlay. Turn it off for now.
|
| + <div id="touches"></div>
|
| + -->
|
| + </body>
|
| + <!-- This is the touch visualization overlay. Turn it off for now.
|
| + <script src="touches.js"></script>
|
| + -->
|
| +</html>
|
|
|