?AlkantarClanX12
| Current Path : /home/rankinh/febalcasa/ |
| Current File : /home/rankinh/febalcasa/index.php |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Febalcasa</title>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<style>
*{
box-sizing: border-box;
}
body {
margin: 0;
height: 100dvh;
}
main {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
height: 100%;
}
img{
max-width: 100%;
height: auto;
}
</style>
<main>
<img src="./febalcasa-logo.png" alt="Logo de Febalcasa">
</main>
</body>
</html>