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

4 lines
214 B
HTML

<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>