Update index.html

This commit is contained in:
Klemek
2024-10-29 01:11:34 +01:00
committed by GitHub
parent eaf86a51ca
commit 4be4e785a0
+1 -1
View File
@@ -20,7 +20,7 @@
<button @click="onPlay" :disabled="!canPlay">⏵Play</button>&nbsp;
<button @click="onStop" :disabled="!canStop">⏹ Stop</button>
</div>
<h3 :id="rid" :title="rid" :style="{color: color}">{{ remaining }}</h3>
<h1 :id="rid" :title="rid" :style="{color: color}">{{ remaining }}</h1>
<small><a href="https://github.com/klemek" target="_blank">@Klemek</a> - <a href="https://github.com/klemek/tape-record" target="_blank">Github Repository</a> - 2024</small>
</main>
</body>