-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
42 lines (32 loc) · 1.2 KB
/
test.html
File metadata and controls
42 lines (32 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<title>SIMPLE + | HOME</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" type="text/css" href="../Simple+/test.css" />
<script src="../Simple+/CODE DU SITE/JAVASCRIPTS/javascripthome.js" defer></script>
<link
rel="shortcut icon"
type="image/png"
href="../CODE DU SITE/IMAGE/sketch-1687276665900-removebg-preview.png"
/>
</head>
<body>
<div class="bas-de-page">
<div class="logo-bas">
<img class="logo-bas-de-page" src="../Eurotas/IMAGE PRINCIPALE/Eurotas.png">
</div>
<div class="POLITIQUE">
<a href="https://coolors.co/palette/fffcf2-ccc5b9-403d39-252422-eb5e28"><li>Politique de confidentialité - Termes et conditions</li></a>
<a href="https://coolors.co/palette/fffcf2-ccc5b9-403d39-252422-eb5e28"><p>©Preferred Placement, Inc. Tous droits réservés.</p></a>
</div>
</div>
</body>
</html>