mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
fix typo
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@
|
||||
<input type="range" id="randomFactorInput" name="randomFactorInput" min="0" max="100" value="50" onclick="changeRandomFactor()">
|
||||
</div>
|
||||
<div class="col text-center">
|
||||
<label for="randomFactorInput">Ramdom Factor: <span id="currentRandomFactor">50</span></label>
|
||||
<label for="randomFactorInput">Random Factor: <span id="currentRandomFactor">50</span></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin-top: 1%;">
|
||||
|
||||
Reference in New Issue
Block a user