// This script outputs the full HTML code for your Petro Wallet with the requested changes // Generate the full HTML code const fullCode = ` Petro Wallet

Petro Wallet

Welcome to Petro Wallet

Connect your wallet to manage your Polygon assets

`; // Output the full HTML code console.log(fullCode);