Files
EVOLV/.agents/function-anchors/settler/ANCHOR-settler.html

17 lines
540 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>settler Anchor</title>
<style>
body { font-family: Arial, sans-serif; margin: 24px; background: #f7f8fa; color: #1f2937; }
.card { background: #fff; border: 1px solid #d1d5db; border-radius: 8px; padding: 14px; }
</style>
</head>
<body>
<h1>settler Function Anchor</h1>
<div class="card">Baseline topology placeholder. Expand during functional changes.</div>
</body>
</html>