draft-pressure-calc/trout-catch-ledger.html

28 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2026-07-18 06:50:28 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trout Catch Ledger - Alan Destin</title>
<style>
body { font-family: Georgia, serif; background: #1a1a1a; color: #d4d4d4; margin: 40px; line-height: 1.6; }
h1 { color: #a8d5a8; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { border: 1px solid #555; padding: 10px; text-align: left; }
.tip { background: #2a2a2a; padding: 15px; border-left: 4px solid #a8d5a8; }
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Trout Catch Ledger</h1>
<p>Track your local catches like a budget: date, spot, size, cost of bait. Keeps the river steady and your stew fresh.</p>
<table>
<tr><th>Date</th><th>Spot</th><th>Length (in)</th><th>Bait Cost</th></tr>
<tr><td>2026-06-12</td><td>Comstock Creek</td><td>14</td><td>$2.50</td></tr>
</table>
<div class="tip">
<strong>Handyman tip:</strong> Double-check your gear before heading out, same as checking a leak. No waste, good catch.
</div>
<p><a href="index.html">Back to home</a></p>
</body>
</html>