Add: github link.

pull/2/head
Q01 2021-05-02 12:50:31 +08:00 committed by GitHub
parent f62c8a7b2a
commit 4559b58936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -43,18 +43,13 @@
} }
.container { .container {
padding: 16px 0; padding: 16px 0;
text-align:left; text-align: left;
} }
span.ver { .github {
float: right; padding: 16px 0;
padding-top: 0; text-align: center;
padding-right: 15px;
} }
@media screen and (max-width: 300px) { @media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
</style> </style>
</head> </head>
<body> <body>
@ -69,6 +64,11 @@
<input type="text" placeholder="Enter Version: (21.1)" name="ver" required> <input type="text" placeholder="Enter Version: (21.1)" name="ver" required>
</div> </div>
<button type="submit">Gen!</button> <button type="submit">Gen!</button>
<div class="github">
<label style="padding-left: 15px">
</label>
<span><a style="text-decoration: none;" href="https://github.com/malaohu/MobaXterm-GenKey">View on GitHub</a><img src="https://github.githubassets.com/favicons/favicon.svg" height="16px"></span>
</div>
</form> </form>
</body> </body>
</html> </html>