HTML
Hello World
CSS
body { display: flex; justify-content: center; align-items: center; height: 100vh; font-family: sans-serif; background: #fdf2ff; } h1 { color: #a855f7; border: 2px solid; padding: 20px; border-radius: 10px; }
JS
console.log("Compiler Ready!");