Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +8 -1
templates/index.html
CHANGED
@@ -108,10 +108,17 @@
|
|
108 |
display: none;
|
109 |
}
|
110 |
</style>
|
111 |
-
|
112 |
<body class="bg-gradient-to-br from-gray-50 to-gray-100 min-h-screen relative">
|
113 |
<!-- [Waves section reste identique] -->
|
|
|
|
|
|
|
|
|
|
|
114 |
|
|
|
|
|
115 |
<div class="max-w-6xl mx-auto px-4 py-12 relative z-10">
|
116 |
<!-- Header -->
|
117 |
<header class="text-center mb-16 fade-in">
|
|
|
108 |
display: none;
|
109 |
}
|
110 |
</style>
|
111 |
+
</head>
|
112 |
<body class="bg-gradient-to-br from-gray-50 to-gray-100 min-h-screen relative">
|
113 |
<!-- [Waves section reste identique] -->
|
114 |
+
<div class="waves">
|
115 |
+
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
|
116 |
+
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" class="fill-indigo-50"></path>
|
117 |
+
</svg>
|
118 |
+
</div>
|
119 |
|
120 |
+
|
121 |
+
|
122 |
<div class="max-w-6xl mx-auto px-4 py-12 relative z-10">
|
123 |
<!-- Header -->
|
124 |
<header class="text-center mb-16 fade-in">
|