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.
This commit is contained in:
parent
cf4fd96592
commit
d1ed2c911a
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
<body onload="setup()" onkeydown="sendkey(event)">
|
<body onload="setup()" onkeydown="sendkey(event)">
|
||||||
<h1>RLG-Web β6</h1>
|
<h1>RLG-Web β6</h1>
|
||||||
<div id ="top">
|
<div id ="top">
|
||||||
<img src="/bell.png" alt="bell" id="bell">
|
<img src="/bell.svg" alt="bell" id="bell">
|
||||||
</div>
|
</div>
|
||||||
<div id="termwrap">RLG-Web won't work without JavaScript. It's not as bad as Flash, I promise.</div>
|
<div id="termwrap">RLG-Web won't work without JavaScript. It's not as bad as Flash, I promise.</div>
|
||||||
<div class="modal" id="keyboard">
|
<div class="modal" id="keyboard">
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<h1>WebTTY</h1>
|
<h1>WebTTY</h1>
|
||||||
<div id ="top">
|
<div id ="top">
|
||||||
<span id="ttitle"></span>
|
<span id="ttitle"></span>
|
||||||
<img src="/bell.png" alt="bell" id="bell">
|
<img src="/bell.svg" alt="bell" id="bell">
|
||||||
</div>
|
</div>
|
||||||
<div id="termwrap">
|
<div id="termwrap">
|
||||||
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue