Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Auspex — negative demo</title>
</head>
<body>
<h1>Something unrelated</h1>
<p>This page is intentionally off-brief — its H1 does not say "Hello Auspex", so the Auspex resolver should refund the client.</p>
</body>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Auspex — happy demo</title>
</head>
<body>
<h1>Hello Auspex</h1>
<p>This page demonstrates the happy-path delivery for an Auspex escrow. The H1 above contains the exact phrase the brief requires.</p>
</body>