-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
24 lines (21 loc) · 915 Bytes
/
Copy pathprivacy.html
File metadata and controls
24 lines (21 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Privacy - UniceNotes</title>
<meta name="description" content="Votre ENT. Dans votre poche.">
<meta name="author" content="hugofnm">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link href="favicon.png" rel="icon" type="image/png">
<link href="https://fonts.cdnfonts.com/css/bahnschrift" rel="stylesheet">
</head>
<body>
<div style="text-align: left;">
<div style="margin-left: 10%; margin-right: 10%;">
<md-block style="font-family: 'bahnschrift';" src="https://raw.githubusercontent.com/UniceApps/UniceNotes-Website/master/PRIVACY.MD"></md-block>
</div>
</div>
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
</body>
</html>