first commit
This commit is contained in:
16
xxx/app/templates/main/about.html.ep
Normal file
16
xxx/app/templates/main/about.html.ep
Normal file
@@ -0,0 +1,16 @@
|
||||
% layout 'index';
|
||||
|
||||
<div class="container pt-3">
|
||||
<div class="jumbotron">
|
||||
<p>Entwickler: <br></p>
|
||||
<h4><p></p>
|
||||
<p>Version <%= $self->config->{version} %><p>
|
||||
<p>powered by</p>
|
||||
<img src="<%= url_for('/images/powered.png') %>"><br>
|
||||
<p><a href="https://mojolicious.org/" target="_blank">Mojolicious</a> <%== 'V'.$Mojolicious::VERSION .', <a href="https://perl.org/" target="_blank">Perl</a> '.ucfirst $^V .', ' %><span id="version"></span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$('#version').html('<a href="https://jquery.com/" target="_blank">jQuery</a> V' + $().jquery + ', <a href="https://datatables.net/" target="_blank">Datatables</a> V' + $.fn.dataTable.version + ', <a href="https://getbootstrap.com/docs/3.3/" target="_blank">Bootstrap</a> V' + bootstrap.Tooltip.VERSION );
|
||||
</script>
|
||||
Reference in New Issue
Block a user