A Pen by cookiezbag-c-zy on CodePen.
Created
December 20, 2025 01:33
-
-
Save cookiezbag-c-zy/93f3ee6880ccc4e09587353490d7461d to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| demo my opay bank.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function greet() { | |
| const name = prompt("What's your name?"); | |
| if (name) { | |
| document.getElementById("message").textContent = `Hello, ${name}! Welcome to my demo app.`; | |
| } else { | |
| document.getElementById("message").textContent = "No name? That's okay too!"; | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://demobankopay.org"></script> | |
| <script src="https://cookiezczy"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| white and green colour |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link href="https://demobankopay.org" rel="stylesheet" /> | |
| <link href="https://cookiezbagczy" rel="stylesheet" /> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just started