Compare commits

..

No commits in common. "cd93129ba3694201e243d2359f9f04315c25e773" and "63b488fcec6b1b5ee27aa9e060f3a4e879884c2e" have entirely different histories.

2 changed files with 4 additions and 14 deletions

View File

@ -1,11 +0,0 @@
.container-login {
display: flex;
width: 100%;
height: 100dvh;
flex-direction: column;
justify-content: center;
align-items: center;
}
.container-login h1 {
font-size: 100px;
}

View File

@ -36,14 +36,15 @@ $db->close();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>login</title> <title>login</title>
<link rel="stylesheet" href="/css/global.css"> <link rel="stylesheet" href="/src/css/global.css">
<link rel="stylesheet" href="/css/style.css?v=2"> <link rel="stylesheet" href="/src/css/style.css">
</head> </head>
<body> <body>
<div class="container-login"> <div class="container-login">