summaryrefslogtreecommitdiff
path: root/index.html
blob: 7029132530342e2a921e31e94f74634a7b435569 (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
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<!-- generated by build.sh. DO NOT EDIT. -->
<html lang="en">
<title>Marc's Notes</title>
<meta name="description" content="An experimental website on a solar phone">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
  body {
	  max-width: 45rem;
	  margin: auto;
	  padding: 0.5em;
	  text-align: justify;
  }
  h1 { text-align: center }
  pre {
	padding: 1ch;
	background-color: #f5f5f5;
	overflow: auto;
  }
  img {
  	display: block;
	margin: auto;
  }
  .footer {
    text-align: center;
    font-size: 0.8em;
  }
</style>

<h1> Marc's Notes</h1>
<p>A blog about programming and other stories.</p>
<h2> Posts</h2>
<ul>
<li><a href="this-server">About this server</a> june 2025</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 rel="me" href="https://mstdn.fr/@mvertes">@mvertes</a></li>
</ul>
<hr><div class="footer">
<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>.
</div>