-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (48 loc) · 1.63 KB
/
index.html
File metadata and controls
48 lines (48 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>X Clone</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="img/x-icon.png">
</head>
<body>
<div class="meow">
<div class="part1">
<img src="img/x-icon.png" alt="logo">
</div>
<div class="part2">
<h1>Ça se passe maintenant</h1>
<h2>Inscrivez vous.</h2>
<button><img src="img/google-icon.png" alt="google"> S'inscrire avec Google</button>
<button><img src="img/apple-icon.png" alt="apple">S'inscrire avec Apple</button>
<h2>ou</h2>
<div class="inscriptionbouton"><button>Créer un compte</button></div>
<h2>Vous avez déjà un compte ?</h2>
<button>Se connecter</button>
</div>
</div>
<div class="footer">
<p>À propos</p>
<p>Téléchargez l'application X</p>
<p>Centre d'assistance</p>
<p>Conditions d’utilisation</p>
<p>Politique de Confidentialité</p>
<p>Politique relative aux cookies</p>
<p>Accessibilité</p>
<p>Informations sur les publicités</p>
<p>Blog</p>
<p>Carrières</p>
<p>Ressources de la marque</p>
<p>Publicité</p>
<p>Marketing</p>
<p>X pour les professionnels</p>
<p>Développeurs</p>
<p>Répertoire</p>
<p>Paramètres</p>
<p>© 2024 X Corp.</p>
</div>
</body>
</html>