Implement score
This commit is contained in:
parent
dadcdc92ef
commit
0c542da265
7 changed files with 85 additions and 5 deletions
|
|
@ -7,6 +7,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="ui">
|
||||
<div id="score">
|
||||
<div id="score-found">0</div>
|
||||
<div id="score-divider">/</div>
|
||||
<div id="score-total">6</div>
|
||||
</div>
|
||||
<div id="companion">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" id="companion-shape" viewBox="0 0 80 80">
|
||||
<polygon fill="#A60303" points="40,0 68,12 80,40 68,68 40,80 12,68 0,40 12,12"></polygon>
|
||||
|
|
|
|||
Reference in a new issue