Update index.html

pull/15/head
Laurence Luo 2024-07-09 23:34:13 +08:00
parent 8b46d41783
commit 5544ce439c
No known key found for this signature in database
GPG Key ID: 76D108A29460F5F9
1 changed files with 4 additions and 7 deletions

View File

@ -14,7 +14,7 @@
} }
form { form {
width: 300px; /* Set the width of the form */ width: 350px; /* Set the width of the form */
padding: 20px; padding: 20px;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 5px; border-radius: 5px;
@ -134,13 +134,12 @@
} }
#inputName { #inputName {
width: 300px;
height: 47px; height: 47px;
color: #333; color: #333;
} }
#inputVersion { #inputVersion {
width: 283px; width: 334px;
height: 35px; height: 35px;
} }
</style> </style>
@ -150,20 +149,18 @@
<h1>MobaXterm&ensp;GenKey</h1> <h1>MobaXterm&ensp;GenKey</h1>
<div class="container"> <div class="container">
<label for="name" id="lblName">Name</label> <label for="name" id="lblName">Name</label>
<label> <label style="width: 350px; display: block;">
<input name="name" id="inputName" placeholder="Enter Name" required type="text"> <input name="name" id="inputName" placeholder="Enter Name" required type="text">
</label> </label>
<div id="space"></div> <div id="space"></div>
<label for="ver" id="lblVersion">Version</label> <label for="ver" id="lblVersion">Version</label>
<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="Enter Version (24.1)" step="0.1" min="0" />
</label> </label>
</div> </div>
<button id="btnReset" type="reset">Reset</button> <button id="btnReset" type="reset">Reset</button>
<button id="btnSubmit" type="submit">Generate</button> <button id="btnSubmit" type="submit">Generate</button>
<div class="github"> <div class="github">
<label>
</label>
<span> <span>
<a href="https://github.com/lzcapp/MobaXterm-GenKey" style="text-decoration: none;"> <a href="https://github.com/lzcapp/MobaXterm-GenKey" style="text-decoration: none;">
<img src="https://github.githubassets.com/favicons/favicon.svg" alt="GitHub"> <img src="https://github.githubassets.com/favicons/favicon.svg" alt="GitHub">