Mercurial > hg > rlgwebd
comparison index-sh.html @ 145:3308eaa00c91
Use SVG for the bell icon instead of PNG.
Browsers that support WebSockets tend to support SVG too. This also
removes the need to install Inkscape to convert the file to PNG.
author | John "Elwin" Edwards |
---|---|
date | Thu, 31 Oct 2013 20:44:35 -0700 |
parents | a497ecd116d9 |
children |
comparison
equal
deleted
inserted
replaced
144:81a8e7aa4687 | 145:3308eaa00c91 |
---|---|
9 </head> | 9 </head> |
10 <body onload="setup()" onkeydown="sendkey(event)"> | 10 <body onload="setup()" onkeydown="sendkey(event)"> |
11 <h1>WebTTY</h1> | 11 <h1>WebTTY</h1> |
12 <div id ="top"> | 12 <div id ="top"> |
13 <span id="ttitle"></span> | 13 <span id="ttitle"></span> |
14 <img src="/bell.png" alt="bell" id="bell"> | 14 <img src="/bell.svg" alt="bell" id="bell"> |
15 </div> | 15 </div> |
16 <div id="termwrap"> | 16 <div id="termwrap"> |
17 Browsing with Javascript turned off? I sympathize. I didn't want Javascript to be necessary for WebTerm. Unfortunately, the only other way to make it work was Java applets. | 17 Browsing with Javascript turned off? I sympathize. I didn't want Javascript to be necessary for WebTerm. Unfortunately, the only other way to make it work was Java applets. |
18 </div> | 18 </div> |
19 <div class="keyrow"> | 19 <div class="keyrow"> |