blob: af82e6b0664e329e93328715a27eece81e5f839b (
plain)
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
|
<!DOCTYPE html>
<html lang="fr">
<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="/gopher/style.css">
<title>Gopher</title>
</head>
<body>
<h1>Gopher</h1>
<img src="/gopher/images/gopher-dark.png" width="400px" alt="gopher"><br>
<p> </p>
<p>
<a href="/gopher/en/index.html">English</a>
<a href="/gopher/fr/index.html">Français</a>
<a href="/gopher/es/index.html">Español</a>
<a href="/gopher/it/index.html">Italiano</a>
<a href="/gopher/de/index.html">Deutsche</a>
</p>
<p>
<a href="/gopher/gdpr.html">GDPR</a> | <a href="https://smolweb.org/validator/"><w></a>
</p>
<p> </p>
</body>
</html>
|