diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-14 21:06:59 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-14 21:10:13 +0000 |
| commit | cdb4315ae626265c5a99d1816dea281719272356 (patch) | |
| tree | 6bc544a0a2e06b7c33f42fce56e114f1a31d88ec /blog/index.html | |
| parent | 4181eff961dcf04bf5a599daeee34057b00bb570 (diff) | |
Adds first blog post
Diffstat (limited to 'blog/index.html')
| -rw-r--r-- | blog/index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..86e8b1a --- /dev/null +++ b/blog/index.html @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html lang="en-GB"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="stylesheet" href="/reset.css" /> + <link rel="stylesheet" href="/base.css" /> + <link rel="stylesheet" href="/hcard.css" /> + </head> + + <body> + <section class="h-feed"> + <h1 class="p-name"> + My blog + </h1> + + <aside> + <p> + This blog is written by <a class="p-author h-card" href="/">Joe Carstairs</a> + </p> + + <p> + <a class="u-url" href="https://joeac.net/blog">Permalink</a> + </p> + </aside> + + <ul> + <li> + 2024 + <ul> + <li class="h-entry"> + <a class="u-url p-name" href="/blog/2024/01/14/sapiens_on_religion"> + Harari’s <i>Sapiens</i> on Religion + </a> + </li> + </ul> + </li> + </ul> + </section> + </body> +</html> + |
