RealGoodDan

Generation

Generate a black page with a picture in the middle saying hello

<html> <head> <title>hello world</title> </head> <body> <div class="container" id="main"> <h1>hello world</h1> <img src="https://picsum.photos/200/300" alt=""> </div> </body> </html>

Want to kickstart your project?Use the new AI Studio to create your code