25 lines
857 B
HTML
25 lines
857 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="4;URL=https://camilou.fr/index.html">
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>404 error</title>
|
|
<link rel="stylesheet" href="../../CSS.css">
|
|
<link rel="stylesheet" href="CSS.css">
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<style>
|
|
*{font-family:Georgia, 'Times New Roman', Times, serif}
|
|
body {background-image: linear-gradient(to bottom,#bc31f8, #f970db,#6bb0f5, #36eeae ); /* Dégradé du haut vers le bas */
|
|
background-attachment: fixed; /* Fond d'écran statique */}
|
|
body{background-image: url(mouton\ 404.png);background-size: contain; background-position: center}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|