1
0
mirror of https://github.com/LiEnby/eCDP-Serial-Code.git synced 2025-04-18 22:18:51 +01:00

Add files via upload

This commit is contained in:
Bluzume 2020-11-28 01:01:51 +13:00 committed by GitHub
parent 141492307f
commit c790692345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -5,12 +5,8 @@ body{
}
.keygen{
display: inline-block;
top: 50%;
left: 50%;
margin: 0;
position: absolute;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 10px;
top: 50px;
padding:20px;
width:50%;

View File

@ -1,6 +1,7 @@
<html>
<head>
<title> McKeygen - Serial Key Generator for eCDP</title>
<meta name="viewport" content="width=device-width, initial-scale=0.0">
<link rel="stylesheet" type="text/css" href="ecdp.css">
</head>