-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.38 KB
/
index.html
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="description" content="Modda Store, un magasin hype londonien">
<meta name="keywords" content="hype, london, store, fashion, clothes, clothing">
<meta name="author" content="Jean-Jean">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>
Modda : Login
</title>
<link rel="stylesheet" type="text/css" href="./css/reset.css">
<link rel="stylesheet" type="text/css" href="./css/login.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<header class="login-header">
<img src="./img/login-img.jpg" alt="modèle féminin posant avec une robe rouge et une blouse en cuir">
<div>
<h1 aria-level="1" role="heading">
Modda Store
</h1>
<p>
We offer free shipping worldwide for all our products
</p>
</div>
</header>
<footer>
<a href="./html/main.html">
Signup
</a><a href="./html/login.html">
Login
</a>
</footer>
</body>
</html>