19 lines
940 B
Text
19 lines
940 B
Text
<div class="row align-items-center flex-row-reverse">
|
|
<div class="col-auto ml-auto">
|
|
<div class="row align-items-center">
|
|
<div class="col-auto">
|
|
<ul class="list-inline list-inline-dots mb-0">
|
|
<li class="list-inline-item"><a href="#" onclick="toggleDarkMode()">Toggle Dark Mode</a></li>
|
|
<li class="list-inline-item"><a href="https://github.com/ZoeyVid/NPMplus" target="_blank"><%- i18n('footer', 'repo') %></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-lg-auto mt-3 mt-lg-0 text-center">
|
|
<%- i18n('main', 'version') %>
|
|
<%= i18n('footer', 'copy-npm', {url: 'https://jc21.com'}) %>
|
|
<%= i18n('footer', 'copy-npmplus', {url: 'https://zoeyvid.de'}) %>
|
|
<%= i18n('footer', 'license') %>
|
|
<%= i18n('footer', 'theme', {url: 'https://tabler.github.io'}) %>
|
|
</div>
|
|
</div>
|