Generate a html website

<!DOCTYPE html> <html> <head> <title>My first website</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="container" id="main">hello world</div> </body> </html>

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