-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.html
More file actions
16 lines (14 loc) · 761 Bytes
/
base.html
File metadata and controls
16 lines (14 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<div class="col-sm-6 col-sm-offset-4 frame" style="padding: 0; margin-top: 100px; margin-left: 270px;">
<ul transcript id="transcript" class="transcript"></ul>
<div composerarea>
<div class="msj-rta macro" style="margin: 10px;">
<div class="text text-r" style="background:whitesmoke !important">
<input composer class="mytext" placeholder="Type a message"/>
</div>
</div>
<div style="padding:13px;">
<span purpose="sendMessage" class="glyphicon glyphicon-share-alt"></span>
</div>
</div>
</div>