Merge pull request #51 from senju1337/fix/OPS-89

fix: Changes the title of the heading for our prompt input
This commit is contained in:
Guts 2025-03-27 10:46:51 +01:00 committed by GitHub
commit f8f42fc0ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
{% block content %}
<div class="flex flex-col items-center justify-center min-h-screen bg-violet-900 text-white p-6">
<div class="bg-white text-gray-900 p-8 rounded-xl shadow-lg max-w-lg w-full text-center transform transition duration-300 hover:scale-105">
<h1 class="text-3xl font-bold text-violet-700 mb-4">Very 1337 prompt input</h1>
<h1 class="text-3xl font-bold text-violet-700 mb-4">Haiku Generator</h1>
<div class="flex flex-col gap-4">
<input
type="text"