timmy-talking-turd/index.html
Timmy a50afa6722
All checks were successful
Quality gates / quality (pull_request) Successful in 1m24s
feat: simplify Timmy and add secure Hermes chat
2026-08-20 16:21:00 +00:00

19 lines
757 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="theme-color" content="#f7f3ea">
<meta name="description" content="A private, photo-first bowel journal with an optional server-side Hermes conversation.">
<title>Timmy the Talking Turd</title>
<link rel="manifest" href="/manifest.webmanifest">
<link rel="icon" href="/assets/timmy.svg" type="image/svg+xml">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<div id="app" class="app-shell" aria-live="polite"></div>
<noscript>Timmy needs JavaScript to keep your private diary on this device.</noscript>
<script type="module" src="/app.js"></script>
</body>
</html>