web-counter-rust/templates/counter.html

4 lines
100 B
HTML
Raw Normal View History

2024-01-20 12:02:46 +01:00
<h1 id="counter" class="text-6xl font-bold text-gray-800 dark:text-gray-200">
{{ counter }}
</h1>