Newer
Older
WebSharePhishing / index.php
root on 26 May 2022 990 bytes initial commit
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>ElBanko</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <!-- import the webpage's stylesheet -->
  9. <link rel="stylesheet" href="./style.css">
  10. <!-- Manifest -->
  11. <link rel="manifest" href="./manifest.json">
  12. </head>
  13. <body>
  14. <h1>
  15. Bank Demo
  16. </h1>
  17. <p>
  18. <center>
  19. <form>
  20. <input type="text" placeholder="username" />
  21. <input type="password" placeholder="password" />
  22. <input type="submit" value="submit" />
  23. </form>
  24. </center>
  25. </p>
  26.  
  27. <!-- Install/Share buttons, disabled by default -->
  28. <div id="installContainer">
  29. <button id="butInstall" type="button" disabled>
  30. Install
  31. </button>
  32. </div>
  33. <!-- import the webpage's javascript file -->
  34. <script src="./script.js"></script>
  35. </body>
  36. </html>
Buy Me A Coffee