Close
Code to App Generator
Home
Pricing
Your App Code
<!DOCTYPE html> <html> <head> <title>My App</title> <style> body { font-family: Arial; text-align: center; padding: 20px; } button { padding: 10px 20px; background: #4CAF50; color: white; border: none; border-radius: 5px; } </style> </head> <body> <h1>Welcome to My App</h1> <button id="demoBtn">Click Me</button> <script> document.getElementById('demoBtn').addEventListener('click', function() { alert('Button clicked!'); }); </script> </body> </html>
Convert To
Download APK
Download AAB
Building your application...
Live Preview
Browser
Fullscreen