diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..7029132 --- /dev/null +++ b/index.html @@ -0,0 +1,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>.     Licensed under +<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. +</div> |
