vail/static/index.html

51 lines
1.2 KiB
HTML
Raw Normal View History

2020-04-09 23:09:33 -06:00
<!DOCTYPE html>
<html>
<head>
<title>Vail</title>
<script src="vail.js"></script>
2020-04-10 08:27:35 -06:00
<link rel="stylesheet" href="vail.css">
2020-04-09 23:09:33 -06:00
</head>
<body>
<h1>Vail</h1>
2020-04-10 08:27:35 -06:00
<p>
You have to click in the page or press a key or something before you can hear anything.
These are browser rules
that prevent ads from blaring audio at you.
</p>
<p>
Keys you can use:
</p>
<dl>
<dd><code>,</code>, <code>w</code>, left mouse button</dd>
<dt>Short tone</dt>
<dd><code>.</code>, <code>v</code>, right mouse button</dd>
<dt>Long tone</dt>
</dl>
<hr>
<p>
This is a CW repeater,
named after Alfred Vail,
who may or may not have invented what's called "Morse code",
but clearly had some role in it.
</p>
<p>
Just like a radio repeater,
anybody can connect and start transmitting stuff,
and this will broadcast it to everyone connected.
If there's enough interest,
I'll add something like channels.
</p>
<p>
If you need this to work on a cell phone,
let me know and I'll come up with something for you.
</p>
2020-04-09 23:09:33 -06:00
<div id="output"></div>
</body>
</html>