Theme for nginx fancyindex module

This commit is contained in:
2026-04-09 13:37:50 +03:00
parent 88d81e293d
commit d7ffebe55c
5 changed files with 86 additions and 0 deletions

24
flat-theme/footer.html Normal file
View File

@@ -0,0 +1,24 @@
</div>
</div>
</div>
<footer class="footer navbar">
<div class="container">
<div class="col text-right text-muted text-small text-nowrap">
<small>
Powered by <a href="http://nginx.org">nginx</a>,
<a href="https://github.com/aperezdc/ngx-fancyindex">fancyindex</a>
and the <a href="https://github.com/alehaa/nginx-fancyindex-flat-theme">flat theme</a>.
</small>
</div>
</div>
</footer>
<script type="text/javascript">
generateBreadcrumbs();
generateList();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/js/lightbox-plus-jquery.min.js"></script>
</body>
</html>