diff options
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/static/index.html b/web/static/index.html index e195e0b..feea2d6 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -65,10 +65,6 @@ </div> <div id="keypad-dartboard" class="keypad"> <div id="dartboard-container"> - <svg id="dartboard" viewBox="0 0 451 451"> - <g class="base" transform="translate(225.5 225.5) scale(1 -1)"></g> - <g class="overlay" transform="translate(225.5 225.5) scale(1 -1)"></g> - </svg> </div> </div> </div> |