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.html | 351 ----------------------------------------------- chart/index.html | 408 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 +- 3 files changed, 409 insertions(+), 352 deletions(-) delete mode 100644 chart.html create mode 100644 chart/index.html diff --git a/chart.html b/chart.html deleted file mode 100644 index 1000e71..0000000 --- a/chart.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - - 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 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 diff --git a/index.html b/index.html index 3b1c8fc..e45df6a 100644 --- a/index.html +++ b/index.html @@ -406,7 +406,7 @@

Learn Morse code the fun way! Listen to the sound and pick the correct character.

-- cgit v1.3.1