Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html16
1 files changed, 4 insertions, 12 deletions
diff --git a/public/index.html b/public/index.html
index c3a1c75..33d7085 100644
--- a/public/index.html
+++ b/public/index.html
@@ -100,18 +100,10 @@
</ul>
<p class="grenades">
<span>Hand Grenades</span>
- <label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
- <circle cx="0" cy="0" r="5" />
- </svg></label>
- <label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
- <circle cx="0" cy="0" r="5" />
- </svg></label>
- <label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
- <circle cx="0" cy="0" r="5" />
- </svg></label>
- <label><input type='checkbox' checked /><svg viewBox="-7 -7 14 14" xmlns="http://www.w3.org/2000/svg">
- <circle cx="0" cy="0" r="5" />
- </svg></label>
+ <input type='checkbox' id="grenade1" checked /><label for="grenade1"></label>
+ <input type='checkbox' id="grenade2" checked /><label for="grenade2"></label>
+ <input type='checkbox' id="grenade3" checked /><label for="grenade3"></label>
+ <input type='checkbox' id="grenade4" checked /><label for="grenade4"></label>
</p>
</template>