fix: Changes the heading of the heading for our prompt input

Refs: OPS-89
This commit is contained in:
0xjrx 2025-03-27 10:39:40 +01:00
parent 2f46d3fdbb
commit 6763cce025
No known key found for this signature in database
GPG key ID: 61C53033867D0271

View file

@ -3,7 +3,7 @@
{% block content %} {% block content %}
<div class="flex flex-col items-center justify-center min-h-screen bg-violet-900 text-white p-6"> <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"> <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"> <div class="flex flex-col gap-4">
<input <input
type="text" type="text"