[fix] version text

This commit is contained in:
方而静 2021-03-26 18:29:12 +08:00
parent a35a02a5a6
commit 98aa32db54
No known key found for this signature in database
GPG Key ID: C4F2853BC3103681

View File

@ -13,7 +13,7 @@
<div class="top-box"> <div class="top-box">
<button class="send-button" onclick="clear_message()">Clear</button> <button class="send-button" onclick="clear_message()">Clear</button>
<p class="note"><input id="scroll-option" type="checkbox" checked /> Enable auto scroll</p> <p class="note"><input id="scroll-option" type="checkbox" checked /> Enable auto scroll</p>
<p class="note">Version: WS_2.0</p> <p class="note">Version: SOCKET.IO-2.2</p>
</div> </div>
<div class="bottom-box"> <div class="bottom-box">
<span class="note">Press Ctrl + Enter to send </span> <span class="note">Press Ctrl + Enter to send </span>