public
Description: Innovative Vietnamese JavaScript Input Method
Homepage: http://dict.vn
Clone URL: git://github.com/tiendung/vinova.git
vinova / index.html
100644 18 lines (18 sloc) 0.647 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html debug="false">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <!--
<script src="lib/humanmsg.js" ></script>
<script src="lib/firebug/firebug.js" ></script>
<link rel="stylesheet" href="lib/humanmsg.css" type="text/css">
<script src="test.js" ></script>
<script src="xvnkb.js" ></script>
-->
  <script src="lib/jquery.js" ></script>
  <script src="vinova.js" ></script>
</head>
<body>
 <textarea rows="22" cols="32" spellcheck="false" style="font-size:10pt;"></textarea>
</body>
</html>