blob: c372098b3fdee94ea0f43bced0540d75ae38f4e6 (
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
27
28
29
30
31
32
33
34
35
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>My gopher site</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>My gopher site</h2>
<h3>2025-09-26</h3>
<h4>moving to saner tech</h4>
<p><img src="/images/blog/mygophersite.png" alt="my gopher site pic"></p>
<p>If you haven't noticed, I'm blogging (phlogging) on my gopher site now.</p>
<p>If you have a termnal, install lynx and point it to <a href="gopher://wittamore.fr">gopher://wittamore.fr</a></p>
<p>If you don't, point your web browser to <a href="https://gopherproxy.meulie.net/wittamore.fr/">gopherproxy</a>,
the results are not as good but you'll get the gist.</p>
</article>
</main>
<footer>
<p> </p>
<p>§</p>
</footer>
</body>
</html>
|