-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader-top.cfm
More file actions
28 lines (22 loc) · 1.09 KB
/
header-top.cfm
File metadata and controls
28 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div class="header-top">
<div class="container">
<div class="row">
<div class="header-top-right">
<div class="contact-form clearfix" id="entrybox">
<div class="form-group">
<input type="text" class="form-control input-lg" id="page" name="page" placeholder="Your page title">
</div>
<div class="form-group">
<select class="form-control input-lg">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
</div>
<div class="form-group"><button id="createpage" class="submit ">Create page</button></div>
<div class="form-group" id="success"></div>
</div>
</div>
</div>
</div>
</div> <!-- End of header top -->