Compare commits
3 Commits
7c9d161719
...
6aa9895174
Author | SHA1 | Date | |
---|---|---|---|
|
6aa9895174 | ||
|
6c4ed863cc | ||
|
4180fcca29 |
12
index.html
12
index.html
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="generator" content="Hugo 0.64.1">
|
||||
<title>Little games to play with Morse Code in your browser · Caffeinspiration</title>
|
||||
<link rel="shortcut icon" href="https://alexanderell.is/images/favicon.ico">
|
||||
<link rel="shortcut icon" href="">
|
||||
<link rel="stylesheet" href="morse-code_files/style.css">
|
||||
<link rel="stylesheet" href="morse-code_files/highlight.css">
|
||||
|
||||
@ -130,6 +130,12 @@ up a letter faster.
|
||||
<input type="radio" id="difficultyHard" name="difficulty" value="hard">
|
||||
<label for="difficultyHard">Hard (multiple short words)</label>
|
||||
<br>
|
||||
<input type="radio" id="difficultyMorseEasy" name="difficulty" value="morse-easy">
|
||||
<label for="difficultyMorseEasy">Morse easy (morse code shorthand)</label>
|
||||
<br>
|
||||
<input type="radio" id="difficultyMorseHard" name="difficulty" value="morse-hard">
|
||||
<label for="difficultyMorseHard">Morse hard (multiple morse shorthand)</label>
|
||||
<br>
|
||||
<input type="radio" id="difficultyVeryHard" name="difficulty" value="really-hard">
|
||||
<label for="difficultyVeryHard">Very Hard (multiple words)</label>
|
||||
</div>
|
||||
@ -153,10 +159,10 @@ up a letter faster.
|
||||
<br>
|
||||
<legend>Use the Farnsworth method?</legend>
|
||||
<div>
|
||||
<input type="radio" id="yesFarnsworth" name="farnsworth" value="yes" checked="checked">
|
||||
<input type="radio" id="yesFarnsworth" name="farnsworth" value="yes">
|
||||
<label for="yesFarnsworth">Yes</label>
|
||||
<br>
|
||||
<input type="radio" id="noFarnsworth" name="farnsworth" value="no">
|
||||
<input type="radio" id="noFarnsworth" name="farnsworth" value="no" checked="checked">
|
||||
<label for="noFarnsworth">No</label>
|
||||
</div>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user