Content: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Hello World | Simple Design</title> <meta name="description" content="A simple hello world application designed with Tailwind CSS."> <script src="https://cdn.tailwindcss.com"></script> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" /> </head> <body class="bg-gray-100 flex items-center justify-center min-h-screen font-sans"> <div class="text-center bg-white shadow-lg rounded-lg p-8"> <h1 class="text-5xl font-bold text-blue-600">Hello, World!</h1> <p class="mt-4 text-lg text-gray-600">Welcome to my fancy simple web app designed with Ruby on Rails and Tailwind CSS.</p> <a href="#" class="mt-6 inline-block bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600 transition duration-300">Get Started</a> </div> </body> </html>

Web page: 2

Edit this web_page_history
Back to web_page_histories
LlamaPress Logo

What do you want to build?