-
Notifications
You must be signed in to change notification settings - Fork 1
/
habitudes.html
41 lines (30 loc) · 1.59 KB
/
habitudes.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
<!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 | Habitudes</title>
<meta name="description"
content="Ici, je partage mes astuces et découvertes pour une vie numérique plus sécurisée. Suivez mon 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="Ici, je partage mes astuces et découvertes pour une vie numérique plus sécurisée. Suivez mon aventure avec LibreShield, des conseils pratiques et des solutions open source.">
<meta property="og:image" content="https://untypequicode.github.io/libre-shield/images/og-image.webp">
<!-- favicon -->
<link rel="icon" type="image/png" href="images/favicon.svg">
<!-- font awesome -->
<link rel="stylesheet" href="css/main.css">
</head>
<body data-active="Habitudes">
<header class="header"></header>
<section></section>
<footer class="footer"></footer>
<script src="js/db-header.js"></script>
<script src="https://untypequicode.github.io/script.js/js/header.js"></script>
<script src="js/db-footer.js"></script>
<script src="https://untypequicode.github.io/script.js/js/footer.js"></script>
<script src="https://untypequicode.github.io/script.js/js/switch-mode.js"></script>
</body>
</html>