İlk commit: Stepstead web (statik panel + db)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jts 2026-07-11 11:30:59 +03:00
commit dea01dd6a8
18 changed files with 3764 additions and 0 deletions

20
index.html Normal file
View file

@ -0,0 +1,20 @@
<!doctype html>
<html lang="tr"><head><meta charset="utf-8"><title>Stepstead</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>body{font-family:system-ui,sans-serif;background:#f5f3ee;color:#2d3a2e;display:flex;flex-direction:column;min-height:100vh;margin:0;text-align:center}
main{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 16px}
.box{max-width:480px;padding:48px 32px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.08)}
h1{color:#3a5a40;margin:0 0 16px;font-size:48px;letter-spacing:-1px}
p{color:#666;line-height:1.6}
.links{margin-top:24px;display:flex;gap:12px;justify-content:center}
.links a{background:#3a5a40;color:#fff;text-decoration:none;padding:10px 20px;border-radius:8px;font-size:14px}</style>
<script src="/nav.js?v=8" data-theme="light" defer></script></head>
<body><main><div class="box">
<h1>Stepstead</h1>
<p><strong>Her adımın değer kazanır.</strong></p>
<p>Yakında iOS ve Android'de. Yürü, keşfet, topla, üret.</p>
<div class="links">
<a href="/db/">📖 Craft Veritabanı</a>
</div>
<p style="font-size:12px;color:#999">v0.1 — kurulum aşamasında</p>
</div></main></body></html>