mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
Fix sounds labels of Updating beps and the Chime (#613)
This commit is contained in:
@@ -104,7 +104,7 @@ The Server Pure (2023 and older) and and Server One (2023 and older) have an in
|
|||||||
.. raw:: HTML
|
.. raw:: HTML
|
||||||
|
|
||||||
<audio controls>
|
<audio controls>
|
||||||
<source src="/_static/sounds/CHIME.mp3" type="audio/mpeg">
|
<source src="/_static/sounds/UPDATING.mp3" type="audio/mpeg">
|
||||||
Your browser does not support the audio element.
|
Your browser does not support the audio element.
|
||||||
</audio>
|
</audio>
|
||||||
|
|
||||||
@@ -113,7 +113,8 @@ The Server Pure (2023 and older) and and Server One (2023 and older) have an in
|
|||||||
.. raw:: HTML
|
.. raw:: HTML
|
||||||
|
|
||||||
<audio controls>
|
<audio controls>
|
||||||
<source src="/_static/sounds/UPDATING.mp3" type="audio/mpeg">
|
<source src="/_static/sounds/CHIME.mp3" type="audio/mpeg">
|
||||||
|
Your browser does not support the audio element.
|
||||||
</audio>
|
</audio>
|
||||||
|
|
||||||
* "chime" - Server is ready
|
* "chime" - Server is ready
|
||||||
|
|||||||
Reference in New Issue
Block a user