summaryrefslogtreecommitdiff
path: root/index.html
blob: 56631a29a6744f0828b72707914c17008021aff1 (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
<!doctype html>
<html lang="en">
<title>Marc's Notes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/style.css">
<h1> Marc's Notes</h1>
<p>A blog about programming and other stories.</p>
<h2> Posts</h2>
<ul>
<li>2025-06-20: <a href="this-server">About this server</a></li>
</ul>
<p>  A web server on an old smartphone, solar powered.</p>
<h2> Contact</h2>
<ul>
<li>Email: marc@vertes.org</li>
<li>Github: <a href="https://github.com/mvertes">@mvertes</a></li>
<li>Mastodon: <a href="https://mstdn.fr/@mvertes">@mvertes</a></li>
</ul>
<footer>
<hr>
<a href="feed.xml">RSS feed</a>. &emsp; &emsp; Licensed under
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
</footer>