-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconseils.html
45 lines (34 loc) · 1.52 KB
/
conseils.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
41
42
43
44
45
<!DOCTYPE html>
<html lang="fr">
<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">
<!-- OpenGraph-->
<title>Libre Shield | Conseils</title>
<meta name="description"
content="Ici, nous partageons nos astuces et découvertes pour une vie numérique plus sécurisée. Suivez notre aventure avec LibreShield, des conseils pratiques et des solutions open source.">
<meta property="og:url" content="https://untypequicode.github.io/libre-shield/"/>
<meta property="og:title" content="Libre Shield"/>
<meta property="og:description" content=""/>
<!-- <meta property="og:image" content="" />-->
<!-- favicon -->
<link rel="icon" type="image/png" href="images/favicon.svg">
<!-- font awesome -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class="header">
<a href="https://untypequicode.github.io/libre-shield" class="logo">Libre Shield. <span class="animate" style="--i:1;"></span></a>
<nav class="navbar">
<a href="https://untypequicode.github.io/libre-shield">Accueil</a>
<a href="conseils" class="active">Conseils</a>
<a href="cinema-series">Ciné / Séries</a>
<a href="applis">Applis</a>
<a href="habitudes">Habitudes</a>
<a href="qui-sommes-nous">Qui sommes-nous ?</a>
<img src="images/sun.svg" class="switch-mode" id="switch-mode" alt="switch-mode">
</nav>
</header>
</body>
</html>