diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /gopher/index.html | |
update
Diffstat (limited to 'gopher/index.html')
| -rwxr-xr-x | gopher/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gopher/index.html b/gopher/index.html new file mode 100755 index 0000000..af82e6b --- /dev/null +++ b/gopher/index.html @@ -0,0 +1,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> |
