We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f9440 commit 3d18214Copy full SHA for 3d18214
htmltoolkit/src/routes/abouthtmlplayer/+page.svelte
@@ -9,4 +9,6 @@
9
<p class="text-lg mb-6">HTMLPlayer is a simple audio player for HTML files.</p>
10
<h3 class="text-1xl font-semibold mb-4">Getting Started</h3>
11
<p class="text-lg mb-6">To use HTMLPlayer, simply upload your mp3 files and it will be played.</p>
12
-</div>
+ <a class="text-lg mb-6" href="/HTMLPlayer">Go to HTMLPlayer</a>
13
+ <a class="text-lg mb-6" href="/beta/HTMLPlayer">Go to HTMLPlayerBeta</a>
14
+</div>
0 commit comments