sportsbet-mobile
Version:
Sportsbet mobile
28 lines (24 loc) • 713 B
HTML
<template name="chat">
<section class="chat">
<div class="container">
<h1>Welcome to our Live Chat!</h1>
<button type="button" class="btn" id="startChat">Start the Chat</button>
</div>
</section>
<!--<div class="container-fluid">-->
<!--<div class="content-wrap">-->
<!--<div class="chat-field">-->
<!--<div class="row">-->
<!--<div class="heading text-center">-->
<!--<h1>Chat</h1>-->
<!--Welcome to our LiveChat!-->
<!--</div>-->
<!--</div>-->
<!--<br>-->
<!--<div class="btn-fullwidth">-->
<!--<button class="btn-full-orange" id="startChat">Start the Chat</button>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
</template>