Compare commits

..

No commits in common. "6aa9895174bc5521728f4d5b21d58b99464e7dd2" and "7c9d161719cba280d6df685d1a8549427e6df340" have entirely different histories.

View File

@ -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="">
<link rel="shortcut icon" href="https://alexanderell.is/images/favicon.ico">
<link rel="stylesheet" href="morse-code_files/style.css">
<link rel="stylesheet" href="morse-code_files/highlight.css">
@ -130,12 +130,6 @@ 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>
@ -159,10 +153,10 @@ up a letter faster.
<br>
<legend>Use the Farnsworth method?</legend>
<div>
<input type="radio" id="yesFarnsworth" name="farnsworth" value="yes">
<input type="radio" id="yesFarnsworth" name="farnsworth" value="yes" checked="checked">
<label for="yesFarnsworth">Yes</label>
<br>
<input type="radio" id="noFarnsworth" name="farnsworth" value="no" checked="checked">
<input type="radio" id="noFarnsworth" name="farnsworth" value="no">
<label for="noFarnsworth">No</label>
</div>
<br>