Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +4 -8
templates/index.html
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="fr">
|
3 |
<head>
|
@@ -126,15 +128,9 @@
|
|
126 |
</div>
|
127 |
</div>
|
128 |
<div class="border-t pt-6">
|
129 |
-
<div class="flex justify-between items-
|
130 |
<h3 class="text-xl font-bold text-gray-800">Solution</h3>
|
131 |
-
<
|
132 |
-
<button id="saveButton" class="blue-button">Sauvegarder</button>
|
133 |
-
<!-- Lien PDF ajouté ici -->
|
134 |
-
<a href="{{ penser }}" class="mt-2 text-sm text-blue-600 hover:text-blue-800 hover:underline">
|
135 |
-
Zone PDF (si souhaité)
|
136 |
-
</a>
|
137 |
-
</div>
|
138 |
</div>
|
139 |
<div id="answerContent" class="text-gray-700 table-responsive"></div>
|
140 |
</div>
|
|
|
1 |
+
|
2 |
+
|
3 |
<!DOCTYPE html>
|
4 |
<html lang="fr">
|
5 |
<head>
|
|
|
128 |
</div>
|
129 |
</div>
|
130 |
<div class="border-t pt-6">
|
131 |
+
<div class="flex justify-between items-center mb-4">
|
132 |
<h3 class="text-xl font-bold text-gray-800">Solution</h3>
|
133 |
+
<button id="saveButton" class="blue-button">Sauvegarder</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
</div>
|
135 |
<div id="answerContent" class="text-gray-700 table-responsive"></div>
|
136 |
</div>
|