Update index.html

pull/15/head
Laurence Luo 2024-06-16 23:35:18 +08:00
parent 1f4062274a
commit aa6c3668bf
1 changed files with 18 additions and 6 deletions

View File

@ -25,7 +25,7 @@
} }
h1 { h1 {
color: #0056b3; color: #6C809A;
text-justify: newspaper; text-justify: newspaper;
} }
@ -33,7 +33,6 @@
display: block; display: block;
width: 100%; width: 100%;
padding: 13px; padding: 13px;
background-color: #0056b3;
color: white; color: white;
border: none; border: none;
border-radius: 5px; border-radius: 5px;
@ -113,21 +112,34 @@
padding-bottom: 3px; padding-bottom: 3px;
vertical-align: middle; vertical-align: middle;
} }
#btn-reset {
background-color: #75BBA7;
}
#btn-submit {
background-color: #6C809A;
}
</style> </style>
</head> </head>
<body> <body>
<form action="./gen" mothod="get"> <form action="./gen" mothod="get">
<h1>MobaXterm Keygen</h1> <h1>MobaXterm GenKey</h1>
<div class="formcontainer"></div> <div class="formcontainer"></div>
<hr/> <hr/>
<div class="container"> <div class="container">
<label for="name"><strong>Name</strong></label> <label for="name"><strong>Name</strong></label>
<input name="name" placeholder="Enter name: " required type="text"> <label>
<input name="name" placeholder="Enter Name" required type="text">
</label>
<div id="space"></div> <div id="space"></div>
<label for="ver"><strong>Version</strong></label> <label for="ver"><strong>Version</strong></label>
<input name="ver" placeholder="Enter version: (21.1)" required type="text"> <label>
<input name="ver" placeholder="Enter Version (24.1)" pattern="[0-9]+(\.[0-9]+)?" required type="text">
</label>
</div> </div>
<button type="submit">Generate !</button> <button id="btn-reset" type="reset">Reset</button>
<button id="btn-submit" type="submit">Generate</button>
<div class="github"> <div class="github">
<label> <label>
</label> </label>