<!doctype html> <html> <head> <title>Zk | so-far</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" /> <link rel="stylesheet" type="text/css" href="/style.css" /> <meta name="viewport" content="width=device-width" /> <meta charset="utf-8" /> </head> <body> <main> <header> <h1>Zk | so-far</h1> </header> <article class="content"> <p>True Name#Castor opines how far away she is from Lagrange on learning the news.</p> </article> <footer> <p>Page generated on 2023-12-27</p> </footer> </main> <script type="text/javascript"> document.querySelectorAll('.tag').forEach(tag => { let text = tag.innerText; tag.innerText = ''; tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`; }); </script> </body> </html>