Skip to content

Commit

Permalink
Merge pull request #9 from suhane234/patch-2
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
rheh authored Oct 31, 2020
2 parents bdb012c + dcb4d34 commit 1f0457b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion swing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<header>
<img id='swing' src="red-sign.jpg?v=1" alt="">
<img id='swing' src="red-sign.jpg?v=1" alt="refresh">
</header>
<div id="defaultSlider">
<label id='swingTitle'>Swing speed:</label>
Expand All @@ -34,6 +34,8 @@
<label for='level8'>8</label>
<input type="radio" value="9" id='level9' name='level' />
<label for='level9'>9</label>
<input type="radio" value="10" id='leve20' name='level' />
<label for='leve20'>10</label>
</div>
</body>
</html>

0 comments on commit 1f0457b

Please sign in to comment.