Karthik Murali M
Add application file
807e9b3
raw
history blame contribute delete
333 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Startup Idea Refiner</title>
</head>
<body>
<h2>πŸš€ Enter Your Raw Startup Idea</h2>
<form action="/refine" method="post">
<textarea name="idea" rows="6" cols="60" required></textarea><br /><br />
<button type="submit">Refine</button>
</form>
</body>
</html>