Spaces:
Running
Running
Update templates/histoire.html
Browse files- templates/histoire.html +3 -3
templates/histoire.html
CHANGED
@@ -100,7 +100,7 @@
|
|
100 |
</label>
|
101 |
<input type="text" name="pointt1-histoire" id="pointt1-histoire"
|
102 |
class="form-input mt-1 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 focus:ring-opacity-50"
|
103 |
-
placeholder="Premier
|
104 |
</div>
|
105 |
|
106 |
<div class="space-y-2">
|
@@ -109,7 +109,7 @@
|
|
109 |
</label>
|
110 |
<input type="text" name="point2-histoire" id="point2-histoire"
|
111 |
class="form-input mt-1 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 focus:ring-opacity-50"
|
112 |
-
placeholder="Deuxième
|
113 |
</div>
|
114 |
|
115 |
<div class="space-y-2">
|
@@ -118,7 +118,7 @@
|
|
118 |
</label>
|
119 |
<input type="text" name="point3-histoire" id="point3-histoire"
|
120 |
class="form-input mt-1 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 focus:ring-opacity-50"
|
121 |
-
placeholder="Troisième
|
122 |
</div>
|
123 |
</div>
|
124 |
|
|
|
100 |
</label>
|
101 |
<input type="text" name="pointt1-histoire" id="pointt1-histoire"
|
102 |
class="form-input mt-1 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 focus:ring-opacity-50"
|
103 |
+
placeholder="Premier point...">
|
104 |
</div>
|
105 |
|
106 |
<div class="space-y-2">
|
|
|
109 |
</label>
|
110 |
<input type="text" name="point2-histoire" id="point2-histoire"
|
111 |
class="form-input mt-1 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 focus:ring-opacity-50"
|
112 |
+
placeholder="Deuxième point...">
|
113 |
</div>
|
114 |
|
115 |
<div class="space-y-2">
|
|
|
118 |
</label>
|
119 |
<input type="text" name="point3-histoire" id="point3-histoire"
|
120 |
class="form-input mt-1 block w-full rounded-lg border-gray-300 shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-200 focus:ring-opacity-50"
|
121 |
+
placeholder="Troisième point...">
|
122 |
</div>
|
123 |
</div>
|
124 |
|