Update: attributions in footer
This commit is contained in:
parent
722f1facb3
commit
1e82883496
2 changed files with 3 additions and 8 deletions
|
@ -77,7 +77,6 @@ a {
|
||||||
|
|
||||||
.file-list .directory .file-name::before {
|
.file-list .directory .file-name::before {
|
||||||
background-image: url(../image/folder.png);
|
background-image: url(../image/folder.png);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-list .file .file-name::before {
|
.file-list .file .file-name::before {
|
||||||
|
|
10
index.html
10
index.html
|
@ -62,16 +62,12 @@
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<small>
|
||||||
|
Kindly Hosted and Maintained by: <a href="https://aroy-art.com">Aroy-Art</a>
|
||||||
|
</small>
|
||||||
<small>
|
<small>
|
||||||
Source Code for this page can be found here -> <a href="https://git.aroy-art.com/Aroy/ISO-Share">ISO-Share</a>
|
Source Code for this page can be found here -> <a href="https://git.aroy-art.com/Aroy/ISO-Share">ISO-Share</a>
|
||||||
</small>
|
</small>
|
||||||
<small>
|
|
||||||
<a href="https://github.com/mohamnag/nginx-file-browser">nginx file browser</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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue