diff options
| author | root | 2014-09-13 22:26:58 +0200 |
|---|---|---|
| committer | root | 2014-09-13 22:26:58 +0200 |
| commit | c5639ee890215e4e8e0f544821ea8d285ca58eb8 (patch) | |
| tree | 29f685943c61c4d7ec0e376e485686e985b97065 /static/footer.php | |
| parent | f8c60cae423fc78ed21d17a9217716ccc1e6dab1 (diff) | |
| download | video-dl-c5639ee890215e4e8e0f544821ea8d285ca58eb8.tar.gz | |
init
Diffstat (limited to 'static/footer.php')
| -rwxr-xr-x | static/footer.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/footer.php b/static/footer.php new file mode 100755 index 0000000..fffad08 --- /dev/null +++ b/static/footer.php @@ -0,0 +1,12 @@ + <!-- ______________________Content End______________________ --> + </div><!-- div content-area--> + </div><!-- div page-wrap--> + <footer> + <p id="copyright-text" align='right'> Copyright 2014 Maximilian Möhring</p> + </footer> + <script src="//code.jquery.com/jquery-1.10.1.min.js"></script> + <script src="/js/bootstrap.js"></script> + <?php include("piwik.html"); ?> + </body> +</html> + |
