diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-20 13:14:03 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-20 13:14:03 -0400 |
commit | e4c006b866a6d9b0ea34e7cfd8e3510168f535a6 (patch) | |
tree | 1a4a46c4c5f7cfb9f1a58b0e6196b5b7bbdcabba /www/index.html | |
parent | f5a6c301cc9a277f024563ea656f3fe49aa89834 (diff) | |
download | html5ks-e4c006b866a6d9b0ea34e7cfd8e3510168f535a6.tar.xz html5ks-e4c006b866a6d9b0ea34e7cfd8e3510168f535a6.zip |
work on i18n
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index 6a44ab4..cbd4a18 100644 --- a/www/index.html +++ b/www/index.html @@ -24,6 +24,7 @@ <script src="js/images.js"></script> <script src="js/characters.js"></script> <script src="js/imachine.js"></script> + <script src="js/i18n.js"></script> </head> <body><div id="all" style="height: 100%; position: absolute; width: 100%;"> <div id="warn-container"> |