Prompt Details
Model
Chat - GPT-3.5 (gpt-3.5-turbo)
Token size
386 ($0.00080 / call)
Example input
1. blog
2. yes
3. yes
4. bootrstrap
5. yes
6. index.html
7. style.css
Example output
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>My Blog</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">My Blog</a>
</nav>
</header>
<main class="container mt-4">
<article>
<h1>Welcome to My Blog!</h1>
<p>This is the first blog post.</p>
</article>
</main>
<footer class="text-center p-3 bg-dark text-white">
© 2023 My Blog
</footer>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Or get it with Select10 Select prompts/mo — under $2 each
Learn moreBy purchasing this prompt, you agree to our terms of service
GPT-3.5-TURBO
This prompt asks you questions and after this questions the bot tries to create code for you that just need to be copied, pasted into files and uploaded to your web server.
...more
Added over 1 month ago

