mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
772 B
28 lines
772 B
% title $self->l('GOODBYE');
|
|
%= include 'header'
|
|
%= include 'public_toolbar'
|
|
<div class="container-fluid">
|
|
<br/>
|
|
<div class="jumbotron">
|
|
<h2>
|
|
<%=l 'THANKS_SEE_YOU_SOON' %>
|
|
</h2>
|
|
<p>
|
|
<%=l 'THANKS_FOR_USING' %>
|
|
</p>
|
|
<div class='row'>
|
|
<div class="col-sm-6 col-lg-4 col-xl-3">
|
|
<a class="btn btn-primary btn-lg btn-full" role="button" href="<%= $self->get_url('/') %>">
|
|
<%=l 'BACK_TO_MAIN_MENU' %>
|
|
</a>
|
|
</div>
|
|
<div class="col-sm-6 col-lg-4 col-xl-3">
|
|
<a class="btn btn-default btn-lg btn-full" role="button" href="<%= $self->get_url('/feedback') %>">
|
|
<%=l 'GIVE_US_YOUR_FEEDBACK' %>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
%= include 'js_common'
|
|
%= include 'footer'
|
|
|