Skip to content

Commit 3d18214

Browse files
authored
Add links to HTMLPlayer and HTMLPlayerBeta
1 parent 72f9440 commit 3d18214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

htmltoolkit/src/routes/abouthtmlplayer/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
<p class="text-lg mb-6">HTMLPlayer is a simple audio player for HTML files.</p>
1010
<h3 class="text-1xl font-semibold mb-4">Getting Started</h3>
1111
<p class="text-lg mb-6">To use HTMLPlayer, simply upload your mp3 files and it will be played.</p>
12-
</div>
12+
<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

Comments
 (0)