uguu/rain/template/footer.html

16 lines
612 B
HTML
Raw Normal View History

2015-02-23 18:33:02 +01:00
<footer class="page-footer blue-grey darken-1" style="position: absolute; bottom: 0; width: 100%">
<div class="container">
<div class="row">
<div class="col l6 s12">
2016-05-14 10:55:50 +02:00
<h5 class="white-text">Limitations</h5>
<p class="grey-text text-lighten-4">If you need to store files for a longer time, you can deploy your own version of Uguu, the sources are available on Github.</p>
2015-02-23 18:33:02 +01:00
</div>
<div class="col l4 offset-l2 s12">
</div>
</div>
</div>
</footer>
</body>
2016-05-14 10:55:50 +02:00
</html>