diff options
Diffstat (limited to 'templates/footer.html')
| -rw-r--r-- | templates/footer.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..d8c36b0 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,12 @@ +<div class="footer-box"> + <div class="bar-fill"></div> + <div class="footer-r3"></div> + <div class="footer-lcsb"></div> + <div class="footer-text"> + <div>Share this page: <a href="#">...</a></div> + <div>The contents are available under the <a href="#">Creative Commons Attribution-ShareAlike License (CC-BY-SA 4.0)</a>.</div> + <div><a href="#">Privacy Policy</a> (Only necessary cookies accepted — <a href="#">change</a>)</div> + </div> + <div class="bar-fill"></div> +<div> +</div> |
