UNPKG

@govuk-pay/run-amock

Version:

A drop-in replacement for Mountebank in our govuk-pay codebases.

24 lines (23 loc) 779 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Run Amock</title> <link rel="stylesheet" href="/__debugger__/css-boilerplate.css"> <link rel="stylesheet" href="/__debugger__/style.css"> <link rel="icon" href="/__debugger__/favicon.ico"> </head> <body> <header> <h1>Run Amock</h1> <h2>A project by GOV.UK Pay</h2> </header> <main> <p>You requested a snapshot <strong>{{snapshotName}}</strong> which couldn't be found</p> <p>Please <a href="/__debugger__">visit the homepage to continue debugging</a>.</p> </main> <script src="/__debugger__/client-side-script.js"></script> </body> </html>