pheromone / index.html
preyashyadav
Polish, fix shelf labels, update links
4215608
Raw
History Blame Contribute Delete
786 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Pheromone — AI Recall Operating System</title>
<meta http-equiv="refresh" content="0; url=app/index.html" />
<meta name="robots" content="noindex" />
<style>
body { margin: 0; background: #0a0e1a; color: #f5f0e8; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; }
.wrap { max-width: 720px; margin: 0 auto; padding: 28px 18px; }
a { color: #f5f0e8; text-decoration-color: rgba(245,240,232,0.35); }
</style>
</head>
<body>
<div class="wrap">
<p>Redirecting to <a href="app/index.html">app/index.html</a></p>
</div>
</body>
</html>