Skip to content

Commit afc3876

Browse files
committed
Fixed forms
1 parent 2d02d74 commit afc3876

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ <h2>Meet <strong>our team</strong></h2>
156156
<div class="caption">
157157
<h3>Tony Thomas</h3>
158158
<p>CTO</p>
159-
<p>Random Open Source guy and Wikimedian who thinks<br> FOSS is the best</p>
159+
<p>Random Open Source g
160+
uy and Wikimedian who thinks<br> FOSS is the best</p>
160161
</div>
161162
</div>
162163
</div>
@@ -534,8 +535,8 @@ <h2>Feel free to <strong>contact us</strong></h2>
534535
</div>
535536
</div>
536537
<div class="form-group">
537-
<label for="exampleInputEmail1" name="message">Message</label>
538-
<textarea class="form-control" rows="3"></textarea>
538+
<label for="exampleInputEmail1">Message</label>
539+
<textarea class="form-control" rows="3" name="message" id="message"></textarea>
539540
</div>
540541

541542
<button type="submit" class="btn tf-btn btn-default">Submit</button>

0 commit comments

Comments
 (0)