Browse Source

Merge pull request #3 from zsm1703/main

Fix: style font-size.
pull/7/head
malaohu 3 years ago committed by GitHub
parent
commit
3873046709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      index.html

5
index.html

@ -32,7 +32,7 @@
} }
h1 { h1 {
text-align:center; text-align:center;
fone-size:18; font-size:18;
} }
button:hover { button:hover {
opacity: 0.8; opacity: 0.8;
@ -49,13 +49,12 @@
padding: 16px 0; padding: 16px 0;
text-align: center; text-align: center;
} }
@media screen and (max-width: 300px) {
</style> </style>
</head> </head>
<body> <body>
<form action="/gen" mothod="get"> <form action="/gen" mothod="get">
<h1>MobaXterm Keygen</h1> <h1>MobaXterm Keygen</h1>
<div class="formcontainer"> <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>

Loading…
Cancel
Save