Ministry Code Playground
Open Source & Free for All
HTML
CSS
JS
<!DOCTYPE html> <html> <head> <title>Test</title> </head> <body> <h1>Hello, World!</h1> </body> </html>
body { font-family: Arial; background: #fafafa; color: #333; }
console.log('Ready!');
Auto-run on changes
Run Code
Preview
Refresh