This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |