summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-06-21 10:14:31 +0200
committerMarc Vertes <mvertes@free.fr>2025-06-21 10:14:31 +0200
commit0b09eab4f26d3fdb4f210156640be6e8dfcc238f (patch)
tree693057ce5b5e2f46ef4e0b5be6226dd0c14f69a9 /index.html
initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html47
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>. &emsp; &emsp; Licensed under
+<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
+</div>