greenlight/app/views/main/index.html.erb

19 lines
349 B
Plaintext

<div class="container">
<h1 class="display-3 text-center text-primary">Teach Students Online</h1>
<hr class="small-rule">
<%= render "shared/start_meeting" %>
<br>
<%= render "shared/features" %>
</div>
<%= render "shared/modals/video_modal" %>
<script>
$(window).on('load',function(){
$('#welcomeModal').modal('show');
});
</script>