1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +02:00
vroom/templates/default/noscript.html.ep
2014-06-11 22:53:17 +02:00

10 lines
204 B
Plaintext

<noscript>
<div class="row">
<div class="col-md-6 col-md-offset-3 alert alert-danger">
<center>
<%=l 'JS_REQUIRED' %>
</center>
</div>
</div>
</noscript>