adding copyright notices and co

This commit is contained in:
Mohammad Naghavi 2016-02-12 09:13:25 +01:00
parent 4344b651bb
commit a175ced12a
3 changed files with 26 additions and 2 deletions

View file

@ -1,6 +1,6 @@
body > .container:first-child { body > .container:first-child {
margin: 3rem auto; margin: 3rem auto 0;
} }
a { a {
@ -97,3 +97,10 @@ a {
display: none; display: none;
} }
footer {
text-align: center;
}
footer small + small {
margin-left: 2rem;
}

View file

@ -43,7 +43,24 @@
<span class="file-size"></span> <span class="file-size"></span>
</li> </li>
</ul> </ul>
</div> </div>
<footer>
<div class="container">
<small>
<a href="https://github.com/mohamnag/nginx-file-browser">nginx file browser</a> by <a
href="://naghavi.me">Mohammad
Naghavi</a>
</small>
<small>
icons by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a
href="http://www.flaticon.com"
title="Flaticon">flaticon.com</a>
</small>
</div>
</footer>
</body> </body>
</html> </html>

View file

@ -6,7 +6,7 @@
$(document).ready(function () { $(document).ready(function () {
var filesBaseUrl = "/files"; var filesBaseUrl = "http://192.168.1.64:30080/files";
var fileListElement = $("#file-list"); var fileListElement = $("#file-list");
var fileItemElementTemplate = fileListElement.find("li").detach(); var fileItemElementTemplate = fileListElement.find("li").detach();