-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.php
19 lines (17 loc) · 821 Bytes
/
main.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<form method="post" action="result.php">
<div class="row" style="padding: 5px">
<div class="small-12 medium-6 large-6 column" style=""><input type="text" placeholder="Enter fullname" name="name1"/></div>
<div class="small-12 medium-6 large-6 column" style=""><input type="text" placeholder="Enter fullname" name="name2"/></div>
</div>
<div class="row" style="padding: 5px">
<div class="large-4 large-centered medium-4 medium-centered small-12 column"><input type="submit" value="Ignite" style="width: 100%; height: 30px" /></div>
</div>
<div class="row" style="padding: 5px">
<div class="large-4 large-centered medium-4 medium-centered small-12 column">
<select>
<option value="letterpair">Letter Pair</option>
<option value="letterall">All Letter</option>
</select>
</div>
</div>
</form>