-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (42 loc) · 1.64 KB
/
index.html
File metadata and controls
49 lines (42 loc) · 1.64 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
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>PhotoMasters</title>
</head>
<body>
<header>
<div class="container">
<div > <h1><a href="website.html" class="colortitle"> <div></div>PhotoMasters </a></h1></div>
<nav>
<ul>
<li><a href="website.html" class="da">Accueil</a></li>
<li><a href="services.html" class="da">Services</a></li>
<li><a href="portfolio.html" class="da">Portfolio</a></li>
<li><a href="contact.html" class="da">Contact</a></li>
<li><a href="blogM.html" class="da">Blog</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section id="home">
<div class="container">
<h2>Bienvenue chez PhotoMasters</h2>
<img src="https://cdn.mos.cms.futurecdn.net/vpPUP3iCQ8bT3jCGabjZBM.jpg" class="imgp" height="500px" width="1200px">
<div style="text-align: center;" >
<p> <h3>Nous capturons vos moments avec expertise.</h3> </p>
<a href="contact.html" class="btn">Contactez-nous</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2023 PhotoMasters. All rigééhts reserved</p>
</div>
</footer>
</body>
</html>