E
Experience
Run
Save
HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Experience</title> <style> body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; } .container { text-align: center; padding: 2rem; } h1 { font-size: 2.5rem; margin-bottom: 1rem; } p { font-size: 1.1rem; opacity: 0.9; } </style> </head> <body> <div class="container"> <h1>Welcome to Your Experience</h1> <p>Start editing to create your interactive learning content</p> </div> <script> // Access injected variables via window.__EDODO__ console.log('Edodo variables:', window.__EDODO__); </script> </body> </html>
Preview
Refresh
Console
Clear
Console output will appear here...