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.
13 lines
381 B
13 lines
381 B
11 years ago
|
% title $self->l('GOODBY');
|
||
|
%= include 'header'
|
||
|
%= include 'public_toolbar'
|
||
|
<div class="container-fluid">
|
||
|
<br/>
|
||
|
<div class="jumbotron">
|
||
|
<h1><%=l 'THANKS_SEE_YOU_SOON' %></h1>
|
||
|
<p><%=l 'THANKS_FOR_USING' %></p>
|
||
|
<p><a class="btn btn-primary btn-lg" role="button" href="<%= $self->url_for('/') %>"><%=l 'BACK_TO_MAIN_MENU' %></a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
%=include 'footer'
|