init files
This commit is contained in:
44
index.html
Normal file
44
index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Bebas Neue', sans-serif;
|
||||
background: #000;
|
||||
color: #E50914;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
video {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
h1 {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 10rem;
|
||||
margin: 0;
|
||||
letter-spacing: 0.3em;
|
||||
text-shadow: 0 0 0.1em #E50914;
|
||||
}
|
||||
</style>
|
||||
<title>Page non trouvée</title>
|
||||
</head>
|
||||
<body>
|
||||
<video autoplay loop muted playsinline>
|
||||
<source src="./video.mp4" type="video/mp4">
|
||||
Votre navigateur ne prend pas en charge la balise vidéo.
|
||||
</video>
|
||||
<h1>404</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user