update index.html: clarify Steam lobby URL input label and instructions for better user understanding

This commit is contained in:
pacnpal
2025-02-15 23:34:03 -05:00
parent 0e46e604be
commit 4db5e10ba1

View File

@@ -249,7 +249,7 @@
<div role="form" aria-labelledby="form-title">
<h2 id="form-title" class="visually-hidden">URL Converter Form</h2>
<label for="steamUrl">Enter Steam Lobby URL (format: steam://joinlobby/123456/987654321)</label>
<label for="steamUrl">Enter Protocol URL:</label>
<div class="input-group">
<input type="text"
id="steamUrl"
@@ -266,7 +266,7 @@
<section class="instructions" aria-labelledby="instructions-title">
<h2 id="instructions-title">How to use:</h2>
<ol>
<li>Enter your Steam lobby URL in the format: steam://joinlobby/123456/987654321</li>
<li>Enter your Protocol URL in the format: steam://joinlobby/123456/987654321</li>
<li>Click "Convert" to generate the shareable link</li>
<li>The generated link will always be in this format: https://steadirect.com/?url=steam://joinlobby/123456/987654321</li>
<li>Use the copy button to copy the link</li>