Mercurial > hg > rlgwebd
diff index-rlg.html @ 6:21738794755e
Put common key tables into a common file.
| author | John "Elwin" Edwards <elwin@sdf.org> | 
|---|---|
| date | Mon, 07 May 2012 13:08:24 -0700 | 
| parents | bd412f63ce0d | 
| children | ad0a31e52007 | 
line wrap: on
 line diff
--- a/index-rlg.html Mon May 07 12:50:02 2012 -0700 +++ b/index-rlg.html Mon May 07 13:08:24 2012 -0700 @@ -3,6 +3,7 @@ <head> <title>WebTTY</title> <script type="text/javascript" src="termemu.js"></script> +<script type="text/javascript" src="termemu-keys.js"></script> <script type="text/javascript" src="rlgterm.js"></script> <link rel="stylesheet" type="text/css" href="tty.css"> </head>
