iswhoa/views/end.html

13 lines
386 B
HTML
Raw Normal View History

2025-06-19 12:14:46 +00:00
<h1>Well Done</h1>
<p>You reached the end</p>
2025-06-21 12:35:50 +00:00
<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>