Compare commits
5 Commits
63b488fcec
...
cd93129ba3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd93129ba3 | ||
|
|
e3dc5c9516 | ||
| 4784b81db1 | |||
|
|
de8e602fe1 | ||
|
|
379c264987 |
@ -0,0 +1,11 @@
|
||||
.container-login {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100dvh;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.container-login h1 {
|
||||
font-size: 100px;
|
||||
}
|
||||
@ -36,15 +36,14 @@ $db->close();
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>login</title>
|
||||
<link rel="stylesheet" href="/src/css/global.css">
|
||||
<link rel="stylesheet" href="/src/css/style.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="stylesheet" href="/css/style.css?v=2">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-login">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user