Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp committed Jul 12, 2024
1 parent 5544ce4 commit 01445ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ <h1>MobaXterm&ensp;GenKey</h1>
<div class="container">
<label for="name" id="lblName">Name</label>
<label style="width: 350px; display: block;">
<input name="name" id="inputName" placeholder="Enter Name" required type="text">
<input name="name" id="inputName" placeholder="Please enter name" required type="text">
</label>
<div id="space"></div>
<label for="ver" id="lblVersion">Version</label>
<label style="width: 350px; display: block;">
<input name="ver" id="inputVersion" type="number" placeholder="Enter Version (24.1)" step="0.1" min="0" />
<input name="ver" id="inputVersion" type="number" placeholder="Please enter version" step="0.1" min="0" />
</label>
</div>
<button id="btnReset" type="reset">Reset</button>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h1>MobaXterm&ensp;GenKey</h1>
document.getElementById("lblName").innerHTML = "用户名"
document.getElementById("inputName").placeholder = "请输入用户名"
document.getElementById("lblVersion").innerHTML = "版本"
document.getElementById("inputVersion").placeholder = "请输入版本(24.1)"
document.getElementById("inputVersion").placeholder = "请输入版本"
document.getElementById("btnReset").innerHTML = "清空"
document.getElementById("btnSubmit").innerHTML = "生成"
document.getElementById("forked").innerHTML = "分叉自"
Expand Down

0 comments on commit 01445ae

Please sign in to comment.