Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PayFlow · a human does not read every line</title>
<meta name="description" content="An AI agent built this payment system from a frozen spec, guarded by a four layer verification pyramid. 73.1% mutation kill rate, zero hand written test cases.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mariusargatu.github.io/PayFlow/">
<meta property="og:title" content="PayFlow: a human does not read every line">
<meta property="og:description" content="An AI agent built this payment system from a frozen spec. Four automatic checks make it safe to ship: 73.1% mutation kill rate, zero hand written test cases.">
<meta property="og:image" content="https://mariusargatu.github.io/PayFlow/og.png">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="PayFlow: a human does not read every line">
<meta name="twitter:description" content="An AI agent built this payment system from a frozen spec, guarded by a four layer verification pyramid. 73.1% mutation kill rate, zero hand written test cases.">
<meta name="twitter:image" content="https://mariusargatu.github.io/PayFlow/og.png">
<style>
:root{
--bg:#0A0E14; --surface:#10151D; --surface-2:#141A24; --terminal:#0C0F14;
Expand Down
Binary file added site/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading