Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Balance</title> | |
| <style> | |
| body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px; } | |
| .balance { font-size: 32px; font-weight: bold; color: green; } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="balance">₱1,000,000,000.00</div> | |
| </body> | |
| </html> | |