init files
This commit is contained in:
1
faccaflix.svg
Normal file
1
faccaflix.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg width="500" xmlns="http://www.w3.org/2000/svg" height="835.821" viewBox="3131 781 500 835.821" fill="none"><path d="M3131 1198.91V781h500V952.367h-331.731l-.001 81.46-.001 81.459 82.934-.664 82.934-.665v171.49h-165.866v320.392l-34.255 1.666c-36.368 1.768-84.64 4.981-115.384 7.68l-18.63 1.636Z" style="fill: rgb(166, 31, 31);" class="fills" data-testid="svg-path"/></svg>
|
||||
|
After Width: | Height: | Size: 376 B |
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>
|
||||
BIN
splashscreen-25.png
Normal file
BIN
splashscreen-25.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 MiB |
BIN
splashscreen-50.png
Normal file
BIN
splashscreen-50.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 MiB |
Reference in New Issue
Block a user