Commit Diff


commit - /dev/null
commit + adaa0b3b043a08ed4a38a9911530eb323b72c9c4
blob - /dev/null
blob + f8414f0ed249bcd37e1e632bd5efb65286cf87ee (mode 644)
--- /dev/null
+++ 404.html
@@ -0,0 +1,3 @@
+<!doctype html>
+<title>404 Not Found</title>
+<h1>404 Not Found</h1>
blob - /dev/null
blob + 68bbc487da8b2dde72da62ae343b88a7aba21478 (mode 644)
--- /dev/null
+++ index.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <title>Home | </title>
+</head>
+<body>
+  <main>
+    <h1 id="hello">Hello</h1>
+<p>This is my site.</p>
+<p>It is built from Markdown and rendered with a tiny template.</p>
+
+  </main>
+</body>
+</html>
blob - /dev/null
blob + b2210a3206ab108ed19f59ac20f2c85056d50c35 (mode 644)
--- /dev/null
+++ robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Disallow:
+Allow: /
+Sitemap: https://web.m7o.org/sitemap.xml
blob - /dev/null
blob + 481a1fc352e786c73488da614224f5a4c49ea515 (mode 644)
--- /dev/null
+++ sitemap.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+    <url>
+        <loc>https://web.m7o.org/</loc>
+    </url>
+</urlset>