stepstead-web/index.html

21 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<!-- deploy-test-1783759055 -->