diff options
Diffstat (limited to 'ui/keyboard/resources/index.html')
-rw-r--r-- | ui/keyboard/resources/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/keyboard/resources/index.html b/ui/keyboard/resources/index.html new file mode 100644 index 0000000..8cd8b0e --- /dev/null +++ b/ui/keyboard/resources/index.html @@ -0,0 +1,10 @@ +<!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"></body> +</html> |