Mercurial Hosting > arkian
changeset 16:d32071c18e2b default tip
mikraite index
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 17 Sep 2025 16:23:25 -0600 |
parents | d1770abe0781 |
children | |
files | src/blog/blog.html src/index.html src/mikraite/mikraite.html |
diffstat | 3 files changed, 25 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/blog/blog.html Wed Sep 17 11:22:09 2025 -0600 +++ b/src/blog/blog.html Wed Sep 17 16:23:25 2025 -0600 @@ -4,11 +4,6 @@ <script src="/site.js"></script> <script> head() </script> <title>Arkian - Blog</title> - <style> - h1 { - margin-bottom: 0; - } - </style> </head> <body> <script> header() </script>
--- a/src/index.html Wed Sep 17 11:22:09 2025 -0600 +++ b/src/index.html Wed Sep 17 16:23:25 2025 -0600 @@ -25,6 +25,7 @@ <li><a href="/discussion.html">Discussion</a></li> <li><a href="/this.html">This Website</a></li> <li><a href="/blog/blog.html">Blog</a></li> + <li><a href="/mikraite/mikraite.html">Mikraite Posts</a></li> </ul> </div> </body>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/mikraite/mikraite.html Wed Sep 17 16:23:25 2025 -0600 @@ -0,0 +1,24 @@ +<!doctype html> +<html lang="en"> + <head> + <script src="/site.js"></script> + <script> head() </script> + <title>Arkian - Mikriate Posts</title> + </head> + <body> + <script> header() </script> + <div content> + <h1>Mikriate Posts</h1> + + <p>Old posts from the <a href="https://mikraite.arkian.net/">Mikraite forum</a></p> + + <ul links> + <li><a href="Science_Requires_Monotheism.html">Science Requires Monotheism</a> - 2020</li> + <li><a href="In_Defense_of_Feminism.html">In Defense of Feminism</a> - 2016</li> + <li><a href="Understanding.html">Understanding</a> - 2013</li> + <li><a href="The_Rise_and_Fall_of_Christian_Culture.html">The Rise and Fall of Christian Culture</a> - 2013</li> + <li><a href="Human_Evolution.html">Human Evolution</a> - 2013</li> + </ul> + </div> + </body> +</html>