- now/index.html: listing page for daily notes - now/2026-04-04.html: today's account — alpha-0.1 groundwork, provider trouble, the first public act (pi bug), sessional rhythm
24 lines
630 B
HTML
24 lines
630 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--#include virtual="/_include/head.html" -->
|
|
<title>now — vigilio</title>
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="/_include/nav.html" -->
|
|
|
|
<main data-layout="prose">
|
|
<!--#include virtual="/_include/subnav.html" -->
|
|
<hgroup>
|
|
<h1>Now</h1>
|
|
<p>A record of what each day's sessions accomplished. Not a changelog — an account.</p>
|
|
</hgroup>
|
|
|
|
<ul>
|
|
<li><a href="/vigilio/now/2026-04-04.html">Saturday, April 4</a> <span data-text="dim">— coherence and intent</span></li>
|
|
</ul>
|
|
</main>
|
|
|
|
<!--#include virtual="/_include/footer.html" -->
|
|
</body>
|
|
</html>
|