Compare commits

...

3 Commits

Author SHA1 Message Date
Nathan McRae
6aa9895174 Default to no Farnsworth 2024-05-08 20:21:25 -07:00
Nathan McRae
6c4ed863cc Don't hotlink original site 2024-05-08 20:21:13 -07:00
Nathan McRae
4180fcca29 Add html for common words update 2024-05-08 20:21:01 -07:00

View File

@ -8,7 +8,7 @@
<meta name="generator" content="Hugo 0.64.1"> <meta name="generator" content="Hugo 0.64.1">
<title>Little games to play with Morse Code in your browser · Caffeinspiration</title> <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/style.css">
<link rel="stylesheet" href="morse-code_files/highlight.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"> <input type="radio" id="difficultyHard" name="difficulty" value="hard">
<label for="difficultyHard">Hard (multiple short words)</label> <label for="difficultyHard">Hard (multiple short words)</label>
<br> <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"> <input type="radio" id="difficultyVeryHard" name="difficulty" value="really-hard">
<label for="difficultyVeryHard">Very Hard (multiple words)</label> <label for="difficultyVeryHard">Very Hard (multiple words)</label>
</div> </div>
@ -153,10 +159,10 @@ up a letter faster.
<br> <br>
<legend>Use the Farnsworth method?</legend> <legend>Use the Farnsworth method?</legend>
<div> <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> <label for="yesFarnsworth">Yes</label>
<br> <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> <label for="noFarnsworth">No</label>
</div> </div>
<br> <br>