changed commtets

This commit is contained in:
2026-04-23 23:13:00 -05:00
parent 981dca9c3a
commit a09ed8c306
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@
</section> </section>
</main> </main>
<div class="byline">// vibe coded to present human code</div> <div class="byline">// using vibe code to present human code</div>
<script type="module" src="/src/docs.ts"></script> <script type="module" src="/src/docs.ts"></script>
</body> </body>

View File

@@ -25,7 +25,7 @@
<a href="/docs.html" class="docs-hint" id="docsLink">how it works</a> <a href="/docs.html" class="docs-hint" id="docsLink">how it works</a>
</main> </main>
<span class="byline">// vibe coded to present human code</span> <span class="byline">// using vibe code to present human code</span>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>