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
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/static/index.php">Back</a>
</header>
<main>
<article<
<h2>GDPR</h2>
<h4>[English]</h4>
<p>Wittamore.fr is a personal blog published in a non-professional capacity.
It does not use cookies, does not track visitors and does not store their e-mails or information
with the exception of temporary server logs for debugging purposes. Its content is free of rights.
</p>
<small>
<p>Details of the site host:
<br>OVH SAS, RCS Lille Métropole 424 761 419 00045
<br>Head office: 2 rue Kellermann, 59100 Roubaix, France.</p>
</small>
<p> While I endeavour to keep the information up to date and correct,
I make no representations or warranties of any kind,
express or implied, about the completeness, accuracy, reliability, suitability
or availability of the information contained on the website for any purpose.
</p>
<p>All claims should be addressed to philip [at] wittamore.fr</p>
<hr>
<h4>[Français]</h4>
<p>
Wittamore.fr est un blog personel édité à titre non professionnel.
Il n'utilise pas de cookies, ne traque pas les visiteurs et ne stocke pas
leurs d'e-mails ni informations à l'exception des journaux temporaires du serveur à des fins de débogage.
Son contenu est libre des droits.
</p>
<small>
<p>Coordonnées de l’hébergeur du site :
<br>OVH SAS, RCS Lille Métropole 424 761 419 00045
<br>Siège social : 2 rue Kellermann, 59100 Roubaix, France.</p>
</small>
<p>
Bien que je m'efforce de maintenir les informations à jour et correctes,
je ne fais aucune déclaration ni garantie de quelque nature que ce soit,
expresse ou implicite, concernant l'exhaustivité, l'exactitude, la fiabilité, la pertinence
ou la disponibilité des informations contenus sur le site web à quelque fin que ce soit.
</p>
<p>Toute réclamation doit être adressée à philip [arobase] wittamore.fr</p>
<p> </p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|