Update index.html
parent
8b46d41783
commit
5544ce439c
11
index.html
11
index.html
|
@ -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 GenKey</h1>
|
<h1>MobaXterm 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">
|
||||||
|
|
Loading…
Reference in New Issue