Mercurial > hg > rlgwebd
comparison 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 |
comparison
equal
deleted
inserted
replaced
5:e880f7589db5 | 6:21738794755e |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>WebTTY</title> | 4 <title>WebTTY</title> |
5 <script type="text/javascript" src="termemu.js"></script> | 5 <script type="text/javascript" src="termemu.js"></script> |
6 <script type="text/javascript" src="termemu-keys.js"></script> | |
6 <script type="text/javascript" src="rlgterm.js"></script> | 7 <script type="text/javascript" src="rlgterm.js"></script> |
7 <link rel="stylesheet" type="text/css" href="tty.css"> | 8 <link rel="stylesheet" type="text/css" href="tty.css"> |
8 </head> | 9 </head> |
9 <body onload="setup()" onkeydown="sendkey(event)"> | 10 <body onload="setup()" onkeydown="sendkey(event)"> |
10 <h1>WebTTY</h1> | 11 <h1>WebTTY</h1> |