mirror of
https://github.com/pacnpal/steadirect.git
synced 2025-12-20 04:01:09 -05:00
update index.html: clarify Steam lobby URL input label and instructions for better user understanding
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user