freeCodeCamp/bower_components/firechat/templates/prompt-create-room.html

4 lines
214 B
HTML
Raw Normal View History

2014-10-13 21:14:51 +00:00
<div class='clearfix'>
<h6>Give your chat room a name:</h6>
<input data-input='firechat-room-name' type='text' placeholder='Room name...' style='margin-bottom: 5px;' maxlength='<%- maxLengthRoomName %>'>
</div>