Cargando IDE Web...
Element
Actualizar
Descargar
Código
Chat IA
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale: 1.0"> <title>IDE Web</title> <style> body { background-color: #121212; color: #ffffff; font-family: Arial, sans-serif; margin: 0; padding: 20px; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .container { text-align: center; } h1 { font-size: 2rem; margin-bottom: 1rem; } p { font-size: 1.2rem; opacity: 0.8; } </style> </head> <body> <div class="container"> <h1>IDE Nexus</h1> <p>Escribe en el chat para comenzar a crear.</p> </div> </body> </html>