13 lines
386 B
HTML
13 lines
386 B
HTML
<h1>Well Done</h1>
|
|
|
|
<p>You reached the end</p>
|
|
|
|
<div data-controller="yourscore">
|
|
<svg xml:space="preserve" id="svg2" x="0" y="0" version="1.1" viewBox="0 0 100 100">
|
|
<g transform="rotate(90,50,50)">
|
|
<path data-yourscore-target="path" fill="none" stroke="#f8f8f8" stroke-width="10"/>
|
|
</g>
|
|
</svg>
|
|
<div data-yourscore-target="count">0</div>
|
|
</div>
|