Add: github link.
parent
f62c8a7b2a
commit
4559b58936
18
index.html
18
index.html
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue