37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Poker Budget Ledger - Alan Destin</title>
|
||
|
|
<style>
|
||
|
|
body { font-family: Georgia, serif; max-width: 800px; margin: 0 auto; padding: 20px; background: #f4f1e9; color: #2c2416; }
|
||
|
|
h1 { border-bottom: 2px solid #8b5a2b; }
|
||
|
|
.section { margin: 30px 0; }
|
||
|
|
table { width: 100%; border-collapse: collapse; }
|
||
|
|
th, td { border: 1px solid #8b5a2b; padding: 8px; text-align: left; }
|
||
|
|
.tip { background: #e8d5b7; padding: 15px; border-left: 4px solid #8b5a2b; }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Poker Budget Ledger</h1>
|
||
|
|
<p>Keeping Friday night games fair and fun without breaking the bank. Like balancing a plumbing job—every cent accounted for.</p>
|
||
|
|
|
||
|
|
<div class="section">
|
||
|
|
<h2>Weekly Ledger Template</h2>
|
||
|
|
<table>
|
||
|
|
<tr><th>Item</th><th>Budget</th><th>Actual</th></tr>
|
||
|
|
<tr><td>Buy-in</td><td>$20</td><td></td></tr>
|
||
|
|
<tr><td>Snacks</td><td>$15</td><td></td></tr>
|
||
|
|
<tr><td>Drinks</td><td>$10</td><td></td></tr>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="tip">
|
||
|
|
<strong>Tip:</strong> Double-check totals like you'd check a pipe for leaks. Old notebook beats fancy apps every time.
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p><a href="index.html">Back to home</a></p>
|
||
|
|
</body>
|
||
|
|
</html>
|