-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacceuil.html
More file actions
85 lines (79 loc) · 3.72 KB
/
Copy pathacceuil.html
File metadata and controls
85 lines (79 loc) · 3.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<title>Ma page</title>
</head>
<body>
<header class="acceuil">
<div class="principale">
<div class="logo">
<a href="#">Logo<span>M</span></a>
</div>
<ul>
<li class="active">
<a href="#">Acceuil</a>
</li>
<li>
<a href="file:///C:\Users\Flavel Nsangou\Desktop\python projet\training\testform\templates\service.html">Services</a>
</li>
<li>
<a href="file:///C:\Users\Flavel Nsangou\Desktop\python projet\training\testform\templates\Apropos.html">A propos de nous</a>
</li>
<li>
<a href="file:///C:\Users\Flavel Nsangou\Desktop\python projet\training\testform\templates\base.html">contact</a>
</li>
</ul>
</div>
<div class="titre">
<h1>COIN MOBILIER</h1>
</div>
<div class="bouton">
<a href="file:///C:\Users\Flavel Nsangou\Desktop\python projet\training\testform\templates\parcourir.html" class="btn">PARCOURIR</a>
<a href="file:///C:\Users\Flavel Nsangou\Desktop\python projet\training\testform\templates\mesure.html" class="btn" >SUR MESURE</a>
</div>
</header>
<!--Footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">Genuka's <i>Template is easy to use </i> is an initiative to help the upcoming programmers with the code. Genuka focuses on providing the most efficient templates as the code wants to be simple. We will help people to have their own online market environment .</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Links</h6>
<ul class="footer-links">
<li><a href="#">Contact Nous</a></li>
<li><a href="#">Contribute</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2022 All Rights Reserved by
<a href="#">Entreprise</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12" id="mr">
<ul class="social-icons">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="dribbble" href="#"><i class="fa fa-instagram"></i></a></li>
<li><a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>