From 0e210bcb024528ef4fb5ef9a2d90f665d561539e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 3 Mar 2025 13:49:35 +0100 Subject: Move chart and cleanup --- chart/index.html | 408 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 408 insertions(+) create mode 100644 chart/index.html (limited to 'chart') diff --git a/chart/index.html b/chart/index.html new file mode 100644 index 0000000..7050771 --- /dev/null +++ b/chart/index.html @@ -0,0 +1,408 @@ + + + + + + + Morse Code Chart - Morse Hero + + + + + + + + + + + + + + + + +
+

Morse Hero

+

Morse Code Chart

+ +
+

Letters

+
+
+
A
+
·−
+
+
+
B
+
−···
+
+
+
C
+
−·−·
+
+
+
D
+
−··
+
+
+
E
+
·
+
+
+
F
+
··−·
+
+
+
G
+
−−·
+
+
+
H
+
····
+
+
+
I
+
··
+
+
+
J
+
·−−−
+
+
+
K
+
−·−
+
+
+
L
+
·−··
+
+
+
M
+
−−
+
+
+
N
+
−·
+
+
+
O
+
−−−
+
+
+
P
+
·−−·
+
+
+
Q
+
−−·−
+
+
+
R
+
·−·
+
+
+
S
+
···
+
+
+
T
+
+
+
+
U
+
··−
+
+
+
V
+
···−
+
+
+
W
+
·−−
+
+
+
X
+
−··−
+
+
+
Y
+
−·−−
+
+
+
Z
+
−−··
+
+
+
+ +
+

Numbers

+
+
+
1
+
·−−−−
+
+
+
2
+
··−−−
+
+
+
3
+
···−−
+
+
+
4
+
····−
+
+
+
5
+
·····
+
+
+
6
+
−····
+
+
+
7
+
−−···
+
+
+
8
+
−−−··
+
+
+
9
+
−−−−·
+
+
+
0
+
−−−−−
+
+
+
+ +
+

Special Characters

+
+
+
=
+
−···−
+
+
+
.
+
·−·−·−
+
+
+
,
+
−−··−−
+
+
+
/
+
−··−·
+
+
+
?
+
··−−··
+
+
+
+ + + + +
+ + + + + \ No newline at end of file -- cgit v1.3.1