Docfile commited on
Commit
3040512
·
verified ·
1 Parent(s): 799f532

Update templates/histoire.html

Browse files
Files changed (1) hide show
  1. 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 argument...">
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 argument...">
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 argument...">
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