Mercurial > hg > rlgwebd
annotate index-sh.html @ 197:5041ec1fb426
Update the documentation.
| author | John "Elwin" Edwards | 
|---|---|
| date | Thu, 14 Jan 2016 21:31:23 -0500 | 
| parents | 3308eaa00c91 | 
| children | 
| rev | line source | 
|---|---|
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
2 <html> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
3 <head> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
4 <title>WebTTY</title> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
5 <script type="text/javascript" src="termemu.js"></script> | 
| 
6
 
21738794755e
Put common key tables into a common file.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents: 
0 
diff
changeset
 | 
6 <script type="text/javascript" src="termemu-keys.js"></script> | 
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
7 <script type="text/javascript" src="shterm.js"></script> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
8 <link rel="stylesheet" type="text/css" href="tty.css"> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
9 </head> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
10 <body onload="setup()" onkeydown="sendkey(event)"> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
11 <h1>WebTTY</h1> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
12 <div id ="top"> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
13 <span id="ttitle"></span> | 
| 
145
 
3308eaa00c91
Use SVG for the bell icon instead of PNG.
 
John "Elwin" Edwards 
parents: 
76 
diff
changeset
 | 
14 <img src="/bell.svg" alt="bell" id="bell"> | 
| 
0
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
15 </div> | 
| 
 
bd412f63ce0d
Put this project under version control, finally.
 
John "Elwin" Edwards <elwin@sdf.org> 
parents:  
diff
changeset
 | 
16 <div id="termwrap"> | 
