UNPKG

@metamask/test-dapp

Version:

A simple dapp used in MetaMask e2e tests.

16 lines (13 loc) 295 B
<html> <head> <meta charset="UTF-8" /> <title>E2E Test Dapp - Send Individual Request</title> <link rel="icon" type="image/svg" href="metamask-fox.svg" /> </head> <body> <main> Initializing </main> <script src="request.js" defer></script> </body> </html>